11 lines
261 B
CSS
11 lines
261 B
CSS
|
@font-face {
|
||
|
font-family: 'Inter Tight';
|
||
|
font-style: normal;
|
||
|
src: url(fonts/InterTight-VariableFont_wght.woff2);
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Inter Tight';
|
||
|
font-style: italic;
|
||
|
src: url(fonts/InterTight-Italic-VariableFont_wght.woff2);
|
||
|
}
|