Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS @font-face appears bold and blurred in Firefox on Mac Re: @font-face appears bold and blurred in Firefox on Mac

#116353
dida
Member

i us
@font-face{
font-family:’tahoma’;
src:url(‘../font/tahoma.eot’);
src:url(‘../font/tahoma.eot?#iefix’) format(’embedded-opentype’),
url(‘../font/tahoma.woff’) format(‘woff’),
url(‘../font/tahoma.ttf’) format(‘truetype’),
url(‘../font/tahoma.svg#tahoma’) format(‘svg’);
font-weight:normal;font-style:normal;}

body{font-family:Mitral,tahoma;font-size: 16px; }