aktos-io / scada.js

Industrial distributed SCADA and MRP library for web, desktop and mobile
https://aktos.io
93 stars 26 forks source link

External font loading should be disabled #164

Closed ceremcem closed 6 years ago

ceremcem commented 6 years ago

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
ceremcem commented 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;