slamby / slamby-insight

Cross-platform (electron based) integrated data management tool, dedicated for data-scientists and managers. Quick real-time data access, data-analysis and data-processing.
https://www.slamby.com/insight
Apache License 2.0
1 stars 0 forks source link

Webpack - glyphicon fonts issue #7

Closed attilalaszlo closed 7 years ago

attilalaszlo commented 7 years ago

The fonts are not handled correctly. I realized when I want to use a glyphicon

The font is not shown: image

The chrome console show me this warning:

Failed to decode downloaded font: file:///C:/git/github/slamby-insight/src/build/fonts/glyphicons-halflings-regular.ca7a66825dac5cf4cb4c99f2b45e5360.woff2 index.html:1 OTS parsing error: invalid version tag index.html:1 Failed to decode downloaded font: file:///C:/git/github/slamby-insight/src/build/fonts/glyphicons-halflings-regular.3c3b5fb156902efccea1ef4735b8a512.woff index.html:1 OTS parsing error: invalid version tag index.html:1 Failed to decode downloaded font: file:///C:/git/github/slamby-insight/src/build/fonts/glyphicons-halflings-regular.663f5bfd311934c273b4ca99e4250a84.ttf index.html:1 OTS parsing error: invalid version tag

attilalaszlo commented 7 years ago

this issue is low prio because we can use font-awesome instead of glyphicons

petermezei commented 7 years ago

branch issue/7 created and pushed. Fixed, pull request created.