Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.