Font face is not working on IE or EDGE
-
Hello,
Social icons on my WP 4.4.2 website viewed empty in IE and Edge browsers.I guess this problem has something to do that Edge cannot recognizing EOT font face. The fonts are within the directory.
Screenshot issue
Debugger Edge screenshotFixes i tried:
– Edit dashicons.css & dashicons-min.css to fix IE bug:
src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'),
– Empty browser cache
– Unactivated all plugins
– Contacted ThemeIsle (template builder) but no fix yetI have the following CSS that works within Chrome/Firefox but not within IE/EDGE:
dashicons.css
@font-face { font-family: dashicons; src: url(../fonts/dashicons.eot); }
dashicons-min.css
@font-face{font-family:dashicons;src:url(../fonts/dashicons.eot)}
– Llorix one 1.0.0.6 template I use (works well: no empty icons in IE/Edge)
Llorix one demo
– WordPress 4.4.2Unfortunately I cannot link to my website because maintaince mode is active.
Any syggestions how to fix this problem?
Regards,
Lennart
- The topic ‘Font face is not working on IE or EDGE’ is closed to new replies.