I am trying to use the "Open sans" font into my web page, and only in Firefox, I get this error in console:
downloadable font: kern: Too large subtable, table discarded
Here is the CSS:
@font-face {
font-family: Open Sans;
src: url(OpenSans-Semibold.ttf);
}
I did some digging around and the issue seems to be with Open Sans subset itself.
This user (https://stackoverflow.com/a/16041637/4799071) seemed to run into the issue when they downloaded the font from Google Fonts. Try downloading it from Font Squirrel and see if that fixes it.