I’m using a font in my site: http://www.fontsquirrel.com/fonts/Bentham
But I have a problem:
This @font-face displayed font looks different in every supported browser.
How could I mostly render it everywhere equally?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
@font-face is, sadly, still new and relatively inconsistently supported. Webkit/Gecko deal with it differently, and IE8 only works with their EOT font files… it’s a mess.
Right now, consistency is still achieved only through older techniques (flash replacement, image replacement, etc.).
If you have specific examples of what’s different, though, we might be able to help identify tweaks to your CSS to smooth things out…