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.