Skip to content

Commit b0c78c6

Browse files
committed
Restore Google Fonts versions of Montserrat
1 parent b24a33d commit b0c78c6

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
2828
-->
2929
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
30+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
31+
<link
32+
crossorigin="anonymous"
33+
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"
34+
rel="stylesheet"
35+
/>
3036
<!--
3137
Notice the use of %PUBLIC_URL% in the tags above.
3238
It will be replaced with the URL of the `public` folder during the build.

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@babel/preset-env": "^7.26.0",
1818
"@babel/preset-react": "^7.26.3",
1919
"@babel/preset-typescript": "^7.26.0",
20-
"@fontsource-variable/montserrat": "^5.2.5",
2120
"@popperjs/core": "^2.11.8",
2221
"@svgr/core": "^8.1.0",
2322
"@svgr/plugin-jsx": "^8.1.0",

src/assets/scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ $aspect-ratios: (
616616
// scss-docs-start font-variables
617617
// stylelint-disable value-keyword-case
618618
$font-family-sans-serif:
619-
"Montserrat Variable",
619+
"Montserrat",
620620
system-ui,
621621
-apple-system,
622622
"Segoe UI",

0 commit comments

Comments
 (0)