Tell me more ×
Graphic Design Stack Exchange is a question and answer site for professional graphic designers and non-designers trying to do their own graphic design. It's 100% free, no registration required.

I have the following css:

@font-face {
font-family: 'font name';
src: url('../font/fontname.ttc');
}

In Chrome it is working but in the firefox the font style doesn't apply, font get too bold not cleared. Am i doing something wrong? or I have to convert this file into .ttf.

share|improve this question

closed as off topic by Scott, Yisela, Ken - Abdias Software, Brendan, Farray Dec 20 '12 at 22:51

Questions on Graphic Design Stack Exchange are expected to relate to graphic design within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Firefox has not been advertized to support TTC. In general, it is best to use services like the FontSquirrel generator to produce different font formats for different browsers. If you need help with the quality of font rendering, you need to specify the actual font used, the full CSS code for using it, and the platform(s) on which you observed problems (font rendering varies by platform, partly by browser and settings too).

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.