0

I want to apply web fonts in Explorer 8. However, my woff file is not applied as web page font. Is there a way to solve this?

jmingrove21
  • 181
  • 1
  • 3
  • 15
  • 1
    Should stop supporting ie8 - it is really out of date and a security risk for anyone that uses it – Pete Dec 10 '18 at 14:29
  • @Pete Oh, I see. However, the current development environment is an Explorer 8 environment. Thank you for answer. – jmingrove21 Dec 10 '18 at 14:30
  • You should upgrade your environment then - microsoft haven't released any patches for nearly 2 years and that means there are a lot of exploits that hackers will know about with that browser – Pete Dec 10 '18 at 14:31

1 Answers1

1

The woff file is not supported in Explorer 8 or earlier. To apply web font, you need to include eot file because it supports eot file only.

sh_J
  • 128
  • 1
  • 1
  • 5