Skip to content

Commit

Permalink
Update fixtures after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
planktonic committed Dec 11, 2023
1 parent fcfed94 commit 945ec81
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions test/scss/fixtures/bitstyles-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,47 +366,47 @@ figcaption {
font-display: swap;
font-family: FakeFont;
font-style: normal;
font-weight: var(--bscpn-font-weight-normal);
font-weight: 400;
src: url(poppins-v20-latin-400.woff2) format('woff2'),
url(poppins-v20-latin-400.woff) format('woff');
}
@font-face {
font-display: swap;
font-family: FakeFont;
font-style: italic;
font-weight: var(--bscpn-font-weight-normal);
font-weight: 400;
src: url(poppins-v20-latin-400italic.woff2) format('woff2'),
url(poppins-v20-latin-400italic.woff) format('woff');
}
@font-face {
font-display: swap;
font-family: FakeFont;
font-style: normal;
font-weight: var(--bscpn-font-weight-medium);
font-weight: 500;
src: url(poppins-v20-latin-500.woff2) format('woff2'),
url(poppins-v20-latin-500.woff) format('woff');
}
@font-face {
font-display: swap;
font-family: FakeFont;
font-style: italic;
font-weight: var(--bscpn-font-weight-medium);
font-weight: 500;
src: url(poppins-v20-latin-500italic.woff2) format('woff2'),
url(poppins-v20-latin-500italic.woff) format('woff');
}
@font-face {
font-display: swap;
font-family: FakeFont;
font-style: normal;
font-weight: var(--bscpn-font-weight-semibold);
font-weight: 600;
src: url(poppins-v20-latin-600.woff2) format('woff2'),
url(poppins-v20-latin-600.woff) format('woff');
}
@font-face {
font-display: swap;
font-family: FakeFont;
font-style: italic;
font-weight: var(--bscpn-font-weight-semibold);
font-weight: 600;
src: url(poppins-v20-latin-600italic.woff2) format('woff2'),
url(poppins-v20-latin-600italic.woff) format('woff');
}
Expand Down
12 changes: 6 additions & 6 deletions test/scss/fixtures/bitstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -610,47 +610,47 @@ figcaption {
font-display: swap;
font-family: Poppins;
font-style: normal;
font-weight: var(--bs-font-weight-normal);
font-weight: 400;
src: url(../assets/fonts/poppins-v20-latin-400.woff2) format('woff2'),
url(../assets/fonts/poppins-v20-latin-400.woff) format('woff');
}
@font-face {
font-display: swap;
font-family: Poppins;
font-style: italic;
font-weight: var(--bs-font-weight-normal);
font-weight: 400;
src: url(../assets/fonts/poppins-v20-latin-400italic.woff2) format('woff2'),
url(../assets/fonts/poppins-v20-latin-400italic.woff) format('woff');
}
@font-face {
font-display: swap;
font-family: Poppins;
font-style: normal;
font-weight: var(--bs-font-weight-medium);
font-weight: 500;
src: url(../assets/fonts/poppins-v20-latin-500.woff2) format('woff2'),
url(../assets/fonts/poppins-v20-latin-500.woff) format('woff');
}
@font-face {
font-display: swap;
font-family: Poppins;
font-style: italic;
font-weight: var(--bs-font-weight-medium);
font-weight: 500;
src: url(../assets/fonts/poppins-v20-latin-500italic.woff2) format('woff2'),
url(../assets/fonts/poppins-v20-latin-500italic.woff) format('woff');
}
@font-face {
font-display: swap;
font-family: Poppins;
font-style: normal;
font-weight: var(--bs-font-weight-semibold);
font-weight: 600;
src: url(../assets/fonts/poppins-v20-latin-600.woff2) format('woff2'),
url(../assets/fonts/poppins-v20-latin-600.woff) format('woff');
}
@font-face {
font-display: swap;
font-family: Poppins;
font-style: italic;
font-weight: var(--bs-font-weight-semibold);
font-weight: 600;
src: url(../assets/fonts/poppins-v20-latin-600italic.woff2) format('woff2'),
url(../assets/fonts/poppins-v20-latin-600italic.woff) format('woff');
}
Expand Down

0 comments on commit 945ec81

Please sign in to comment.