Does anyone know are there any issues with using more than 1 or 2 @font-face declarations with IE? I’m only getting one typeface to display, the other won’t at all.
Cheers
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.
Have you generated the right fonts to work with Internet Explorer (eot)? This tutorial: Generating custom fonts with @font-face describes generating the correct syntax to support all browsers. No reason why multiple wouldn’t work. If you’re still having some issues perhaps you can post your code or example link?