Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

andyjamesnelson

macrumors 6502
Original poster
Aug 24, 2003
286
0
Jacob's house
Hello.

I generally front end develop in Firefox because of firebug - I just checked some I'm working on and I noticed the fonts are all bolder in Safari.

I have: font-weight: 100; set which seems to work for Firefox but not Safari or Opera come to mention it.

Does anyone know how to get around this?

Andy
 
Code:
font-weight: normal;

I think some browsers have issues with numerical values. I use 'normal' and 'bold' only. Most browsers won't show a difference for the different numerical values anyways.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.