Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use npm to manage fomantic and only build needed components #9561

Merged
merged 14 commits into from
Jan 21, 2020
Prev Previous commit
Next Next commit
Don't import fonts from google sites since we have loaded
  • Loading branch information
lunny committed Jan 20, 2020
commit 0ee3b2b192f9ed440137184a5db9413a660d96c6
2 changes: 1 addition & 1 deletion web_src/fomantic/src/themes/default/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@pageFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif;

@googleFontName : @fontName;
@importGoogleFonts : true;
@importGoogleFonts : false;
@googleFontSizes : '400,700,400italic,700italic';
@googleSubset : 'latin';
@googleFontDisplay : 'swap';
Expand Down