Can I simply use 'Inter var' if I only need support for recent browsers? #584
collimarco
started this conversation in
General
Replies: 1 comment 5 replies
-
Yes! (You of course also need to import and declare the variable font files)
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't need support for legacy browsers, but only for recent ones.
Can I simply use
font-family: 'Inter var'
?What would be the browser support for that?
Beta Was this translation helpful? Give feedback.
All reactions