On 3/27/14, 9:34 AM, Tom Livingston wrote:
I was doing this simple test with google fonts (via @import method).

body{
     font-family: $roboto;
}

.bold{
     font-weight: 500;
}

<p>Hi there <span class="bold">bolded text</span></p>
<p><strong>I'm bold</strong></p>

The strong tag above was rendering wrong in FF and Chrome. FF was
'double-bolding' the text, and Chrome showed odd char spacing.

[...]

Does this address your problem? -

 <http://css-tricks.com/watch-your-font-weight/>

--
Cordially,
David


______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to