html - Firefox: Icons are not loading for custom font in firefox while bundled -


none of icons in custom font loading in firefox while bundling enabled. if turn off bundling, displayed.

however, in chrome, or without bundling, icons getting displayed.

the font loaded relative url in @font-face , using cssrewriteurltransform make paths relative. see font being fetched in network. also, have added mimemap font types in system.webserver.

  <mimemap fileextension=".eot" mimetype="application/vnd.ms-fontobject" />   <mimemap fileextension=".ttf" mimetype="font/ttf" />   <mimemap fileextension=".otf" mimetype="font/otf" />   <mimemap fileextension=".woff" mimetype="application/font-woff" /> 


Comments

Popular posts from this blog

java - inputmismatch exception -

c - zlib and gdi32 with OpenSSL? -

Formatting string according to pattern without regex in php -