Jump to content

WOFF 2.0


stig olsen

Recommended Posts

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 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...