External font loading should be disabled
ceremcem opened this issue · 1 comments
ceremcem commented
Since ScadaJS should be capable of working on an intranet, no external dependencies should exist. SemanticUI's site component requires external fonts.
- Include these fonts into ScadaJS
- Add a test for this case to
npm test
ceremcem commented
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;