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

#132127
ntry
Member

What was the solution? I still have this problem with an icon font.
See: http://goo.gl/W9ecd

Embeded like:

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