Mobile app version of vmapp.org
Login or Join
Dunderdale640

: Does Firefox support .ttc fonts? 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

@Dunderdale640

Posted in: #Css #Html #WebFonts

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.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Dunderdale640

1 Comments

Sorted by latest first Latest Oldest Best

 

@Megan533

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).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme