Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
stig olsen Posted August 2, 2016 Posted August 2, 2016 Hi, The Oswald font on my website is 'changing' to another font when it's viewed in Internet Explorer. I'm told that this happens because my site use WOFF2 fonts. How can I make IE read the font as Oswald? It's crucial to the design that it shows the correct fonts. Stig
steve00 Posted August 3, 2016 Posted August 3, 2016 10 hours ago, stig olsen said: Hi, The Oswald font on my website is 'changing' to another font when it's viewed in Internet Explorer. I'm told that this happens because my site use WOFF2 fonts. How can I make IE read the font as Oswald? It's crucial to the design that it shows the correct fonts. Stig Believe .ttf is what is required
opentype Posted August 3, 2016 Posted August 3, 2016 1 minute ago, steve00 said: Believe .ttf is what is required No. But WOFF2 isn’t fully supported yet: http://caniuse.com/#feat=woff2 Usually one provides a stack of format option, including EOT which works even for the oldest versions of IE.
Flitterkill Posted August 3, 2016 Posted August 3, 2016 Oswald is available at Google Fonts so save your self some trouble and use that as the source. Either: @import url(https://fonts.googleapis.com/css?family=Oswald); The above in CSS or: <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> Paste that into your global template/s, anywhere in the head.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.