Closed ceremcem closed 6 years ago
http://forums.semantic-ui.com/t/how-to-disable-google-font-import/422
If you are using Gulp to build your files, you can add the following line to your /src/site/globals/site.variables file, and that will completely remove the @import of the Lato Google Font.
@importGoogleFonts : false;
Since ScadaJS should be capable of working on an intranet, no external dependencies should exist. SemanticUI's site component requires external fonts.
npm test