Firefox error: downloadable font: OS/2: Bad sTypoLineGap

2 replies · opened Oct 11, 2017

NnibragwebOct 11, 2017

I'm having problems with firefox on two fonts.

downloadable font: OS/2: Bad sTypoLineGap, setting it to 0: -32 (font-family: "font-icons" style:normal weight:normal stretch:normal src index:1) source: http://localhost/fonts/font-icons.woff site.css:21312:12
downloadable font: OS/2: Bad sTypoLineGap, setting it to 0: -32 (font-family: "lined-icons" style:normal weight:normal stretch:normal src index:1) source: http://localhost/fonts/lined-icons.woff

I did not find in the documentation, as I am using Laravel I would like to mount the packages individually, as I probably will not use them all.

  1. What can I do to solve it?

  2. Where do I see the packages that integrate the project?

NnibragwebOct 18, 2017

No solution?

SSemicolon WebSTAFFOct 21, 2017

Hello,

Thanks for your Patience!

We are not really sure about the issue on Firefox. But you can consider replacing the following code in the css/font-icons.css File:

src:url('fonts/font-icons.eot') format('embedded-opentype'),
		url('fonts/font-icons.woff') format('woff'),
		url('fonts/font-icons.ttf') format('truetype'),
		url('fonts/font-icons.svg') format('svg');

with the following:

src:url('fonts/font-icons.eot') format('embedded-opentype'),url('fonts/font-icons.woff') format('woff'),url('fonts/font-icons.ttf') format('truetype'),url('fonts/font-icons.svg') format('svg');

Please do this for similar codes. This should fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard