aktos-io/scada.js

External font loading should be disabled

ceremcem opened this issue · 1 comments

Since ScadaJS should be capable of working on an intranet, no external dependencies should exist. SemanticUI's site component requires external fonts.

  1. Include these fonts into ScadaJS
  2. Add a test for this case to npm test

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;