Inter var but not actually Inter var? #10909
-
|
The font used on tailwindcss.com/docs is But it appears to be a different font than what is available on the actual Notice the difference in the I must be missing something completely obvious here, but why is a different |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 11 replies
-
|
I can download the actual So, I'm at a loss as to what font is actually being used on the tailwindcss.com/docs website or what is causing unique glyphs, such as the Any help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
-
|
We set https://rsms.me/inter/lab/?feat-cv11=1 Inter includes lots of alternate styles like this that you can access as OpenType font features 👍 |
Beta Was this translation helpful? Give feedback.
-
|
Is it possible to use this font on my Figma file? I tried download the Inter var but only the Italic came with the cv11 |
Beta Was this translation helpful? Give feedback.
-
|
the easiest/fastest way is probably: |
Beta Was this translation helpful? Give feedback.
-
|
tldr: Download it from here. Google fonts lacks In layout.tsx: In global.css: |
Beta Was this translation helpful? Give feedback.




We set
font-feature-settings: "cv11"to enable the single storyaalternate glyph:https://rsms.me/inter/lab/?feat-cv11=1
Inter includes lots of alternate styles like this that you can access as OpenType font features 👍