Skip to content

Commit 8cf24b4

Browse files
committed
Don't import fonts from google sites since we have loaded
1 parent ef6b04a commit 8cf24b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/fomantic/src/themes/default/globals/site.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@pageFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif;
1515

1616
@googleFontName : @fontName;
17-
@importGoogleFonts : true;
17+
@importGoogleFonts : false;
1818
@googleFontSizes : '400,700,400italic,700italic';
1919
@googleSubset : 'latin';
2020
@googleFontDisplay : 'swap';

0 commit comments

Comments
 (0)