I have the following code for Google Webfonts:
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
And in my CSS I'm using the font. It works in every browser. But in Internet Explorer, it doesn't support the font-weight that is defined in my CSS.
This code shows in every browser except IE the font in font-weight: 300.
h1{ font-weight:300} // html: <h1>Light Oswald font</h1>
The same for font-weight: 700. It always shows the standard font-weight of 400.
It so for on every font I tested.
Isn't there a fix for this? Because it want to use the Oswald font and also the font-weight possibility.
Strange that I couldn't find a fix for this. Because Google Webfonts is big.