Tagged Questions
0
votes
1answer
380 views
Does Firefox support .ttc fonts? [closed]
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 ...