Hello-- so my website has a unique font that I imported via '@font-face' within my CSS file. Unfortunately, '@font-face' doesn't work in Internet Explorer so my Website's font goes to the default.
Any easy ways to get this fixed? Thanks
IE does support @font-face. What code have you tried that isn't working?
IE (back to version 5.5, see here: http://caniuse.com/#feat=fontface) does support it. However, it only supports .eot formats before IE9. Here's a really good article on using it cross-browser: http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/
@cnwtx, thanks! So, my code is correct(ish), but my text file type is wrong. Cheers
You're welcome! Glad we could help!
Hello-- so my website has a unique font that I imported via '@font-face' within my CSS file. Unfortunately, '@font-face' doesn't work in Internet Explorer so my Website's font goes to the default.
Any easy ways to get this fixed? Thanks
IE does support @font-face. What code have you tried that isn't working?
IE (back to version 5.5, see here: http://caniuse.com/#feat=fontface) does support it. However, it only supports .eot formats before IE9. Here's a really good article on using it cross-browser: http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/
@cnwtx, thanks! So, my code is correct(ish), but my text file type is wrong. Cheers
You're welcome! Glad we could help!