Unicons by IconScout offers 7,000+ free 3D and animated icons plus icon fonts in line, monochrome, solid and thin line styles. Use them in your web, iOS or Android design projects.
"OTS parsing error: invalid sfntVersion" console warnings in modern browsers but the fonts were visible on the page.
Problem
The problem was with the fontello-cli package, which was not generating some of the WOFF2 fonts properly. and that's why the browser was throwing warnings. Even though It was working because the browser was downloading WOFF font as a fallback font.
Solution/Patch:
Once the fontello generates all fonts, we will overwrite WOFF2 fonts by generating them from TTF using a different library ttf2woff2.
Reported Issue
"OTS parsing error: invalid sfntVersion" console warnings in modern browsers but the fonts were visible on the page.
Problem
The problem was with the
fontello-cli
package, which was not generating some of the WOFF2 fonts properly. and that's why the browser was throwing warnings. Even though It was working because the browser was downloading WOFF font as a fallback font.Solution/Patch:
Once the fontello generates all fonts, we will overwrite WOFF2 fonts by generating them from TTF using a different library
ttf2woff2
.