|
If I were to import a font I need to place it in the Example: // scss/typography/_index.scss
@font-face {
font-family: 'Inter';
src: url(InterVariable.woff2) format('woff2');
font-weight: 1 999;
font-style: normal;
font-display: swap;
} |
Answered by
dretsa
Jul 3, 2024
Replies: 1 comment
|
This is actually supported! However, you must use Cool - and I like it's explicit! I suppose this can be closed. |
0 replies
Answer selected by
dretsa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is actually supported!
However, you must use
./InterVariable.woff2instead of justInterVariable.woff2.Cool - and I like it's explicit! I suppose this can be closed.