Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flat-UI-Pro-Icons Glyph was incorrect in the Firefox console #294

Open
fangminglee opened this issue Jan 19, 2024 · 0 comments
Open

Flat-UI-Pro-Icons Glyph was incorrect in the Firefox console #294

fangminglee opened this issue Jan 19, 2024 · 0 comments

Comments

@fangminglee
Copy link

fangminglee commented Jan 19, 2024

Bug description

When using Flat-UI with Firefox, I'm seeing many warnings about font in the console.

For example:

downloadable font: OS/2: Bad sTypoLineGap, setting it to 0: -64 (font-family: "Flat-UI-Pro-Icons" style:normal weight:400 stretch:100 src index:0)
downloadable font: Glyph bbox was incorrect (glyph ids 13 14 23 26 41 42 44 50 52 58 63 69 70 71 73 75 76 79 81 83 86 87 88 89 90 92 94 97 99 100) (font-family: "Flat-UI-Pro-Icons" style:normal weight:400 stretch:100 src index:0)

I guess it might be the font

@font-face {
  font-family: "Flat-UI-Pro-Icons";
  src: url("/font/flatui/glyphicons/flat-ui-pro-icons-regular.eot");
  src: url("/font/flatui/glyphicons/flat-ui-pro-icons-regular.eot?#iefix") format("embedded-opentype"),url("/font/flatui/glyphicons/flat-ui-pro-icons-regular.woff") format("woff"),url("/font/flatui/glyphicons/flat-ui-pro-icons-regular.ttf") format("truetype"),url("/font/flatui/glyphicons/flat-ui-pro-icons-regular.svg#flat-ui-pro-icons-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

Here is my way I use it

@fangminglee fangminglee changed the title Glyph bbox was incorrect in the Firefox console Flat-UI-Pro-Icons Glyph was incorrect in the Firefox console Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant