Is there a list of supported fonts? #281
leopoldkristjansson
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think this is a terrific project. When using Nuxt Fontaine with common fonts, like fonts from the Google Fonts Library for example, it seems to work well.
Then I wanted to use it with some Adobe Fonts, but the fonts seemed not supported. To use fonts from the Adobe Library you link to an external css file:
<link rel="stylesheet" href="https://use.typekit.net/example.css">
- so I declared them in the nuxt.config.ts file:My console shows me:
WARN Could not find metrics for font loretta
WARN Could not find metrics for font sofia-pro
Is there a list of supported fonts? Will new fonts get added? What is the process of adding new fonts?
Beta Was this translation helpful? Give feedback.
All reactions