Skip to content

Commit 3be62b1

Browse files
author
JoelCDL
committed
Update source-sans dependency and paths to its files
1 parent 57bfda6 commit 3be62b1

3 files changed

Lines changed: 14 additions & 75 deletions

File tree

package-lock.json

Lines changed: 7 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"postcss-import": "^16.1.0",
6767
"postcss-import-ext-glob": "^2.1.1",
6868
"snazzy": "^9.0.0",
69-
"source-sans": "^3.46.0",
69+
"source-sans": "^3.52.0",
7070
"standard": "^17.1.0",
7171
"start-server-and-test": "^2.0.5",
7272
"static-sitemap-cli": "^2.2.5",

src/css/fonts.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
font-family: 'Source Sans';
77
font-weight: 200 900;
88
src:
9-
url('../../node_modules/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2-variations'),
9+
url('../../node_modules/source-sans/WOFF2/VF/SourceSans3VF-Upright.ttf.woff2') format('woff2-variations'),
1010
url('../../node_modules/source-sans/WOFF/TTF/SourceSans3-Regular.ttf.woff') format('woff');
1111
font-display: swap;
1212
}
@@ -17,7 +17,7 @@
1717
font-family: 'Source Sans';
1818
font-weight: 600;
1919
src:
20-
url('../../node_modules/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2-variations'),
20+
url('../../node_modules/source-sans/WOFF2/VF/SourceSans3VF-Upright.ttf.woff2') format('woff2-variations'),
2121
url('../../node_modules/source-sans/WOFF/TTF/SourceSans3-Semibold.ttf.woff') format('woff');
2222
font-display: swap;
2323
}
@@ -28,7 +28,7 @@
2828
font-family: 'Source Sans';
2929
font-weight: 700;
3030
src:
31-
url('../../node_modules/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2-variations'),
31+
url('../../node_modules/source-sans/WOFF2/VF/SourceSans3VF-Upright.ttf.woff2') format('woff2-variations'),
3232
url('../../node_modules/source-sans/WOFF/TTF/SourceSans3-Bold.ttf.woff') format('woff');
3333
font-display: swap;
3434
}
@@ -40,7 +40,7 @@
4040
font-style: italic;
4141
font-weight: 200 900;
4242
src:
43-
url('../../node_modules/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2-variations'),
43+
url('../../node_modules/source-sans/WOFF2/VF/SourceSans3VF-Italic.ttf.woff2') format('woff2-variations'),
4444
url('../../node_modules/source-sans/WOFF/TTF/SourceSans3-It.ttf.woff') format('woff');
4545
font-display: swap;
4646
}
@@ -52,7 +52,7 @@
5252
font-style: italic;
5353
font-weight: 600;
5454
src:
55-
url('../../node_modules/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2-variations'),
55+
url('../../node_modules/source-sans/WOFF2/VF/SourceSans3VF-Italic.ttf.woff2') format('woff2-variations'),
5656
url('../../node_modules/source-sans/WOFF/TTF/SourceSans3-SemiboldIt.ttf.woff') format('woff');
5757
font-display: swap;
5858
}
@@ -64,7 +64,7 @@
6464
font-style: italic;
6565
font-weight: 700;
6666
src:
67-
url('../../node_modules/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2-variations'),
67+
url('../../node_modules/source-sans/WOFF2/VF/SourceSans3VF-Italic.ttf.woff2') format('woff2-variations'),
6868
url('../../node_modules/source-sans/WOFF/TTF/SourceSans3-BoldIt.ttf.woff') format('woff');
6969
font-display: swap;
7070
}

0 commit comments

Comments
 (0)