Home › Forums › CSS › [Solved] Font face weight rendering issue on OSX. › Re: Font face weight rendering issue on OSX.
May 24, 2012 at 7:44 pm
#103452
Member
@gravitas I assume that you mean the Safari version (with font-smoothing enabled) is on the right? Once again, that is expected behavior. Firefox doesn’t have that property available, so unfortunately you are going to have to live with the heavier appearance.
If you just can’t deal with it—and you have a typeface that comes with multiple weights—then you could always use JavaScript to detect the browser and set font-weight: 100;
for Firefox.