backflip / gulp-iconfont-css

Create an SCSS file mapping the SVG files piped to gulp-iconfont to their codepoints
MIT License
148 stars 81 forks source link

iOS - emoji in place of icons, while icon font loading #69

Closed kanivets closed 5 years ago

kanivets commented 5 years ago

In iOS, before icon font been loaded (better to reproduce on slow network), there are emoji instead of icons. After fonts loaded everything looks fine (icons replaced emoji). Is it possible to fix this issue?

backflip commented 5 years ago

@kanivets, could you share your complete setup? Sounds like the icons are not mapped to a Unicode private use area (see https://github.com/nfroidure/gulp-svgicons2svgfont#optionsstartunicode).

kanivets commented 5 years ago

@backflip It works, thanks a lot for help!