You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SVG fonts (as in the ones ending in .svg rather than OpenType fonts with an svg table) haven't been a thing for quite a while now, with browsers having actively removed support for them since this repo got set up because they were so bad, and the only browsers that still supports svg fonts today already support woff/woff2, so those browsers won't ever load the .svg version.
Removing the .svg font from the @font-face would simplify the build and deploy. Worth considering?
The text was updated successfully, but these errors were encountered:
SVG fonts (as in the ones ending in .svg rather than OpenType fonts with an svg table) haven't been a thing for quite a while now, with browsers having actively removed support for them since this repo got set up because they were so bad, and the only browsers that still supports svg fonts today already support woff/woff2, so those browsers won't ever load the .svg version.
Removing the .svg font from the
@font-face
would simplify the build and deploy. Worth considering?The text was updated successfully, but these errors were encountered: