10 lines
170 B
SCSS
10 lines
170 B
SCSS
|
@font-face {
|
||
|
font-family: Montserrat;
|
||
|
src: url(Montserrat/Montserrat-Regular.ttf);
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Orbitron;
|
||
|
src: url(Orbitron-VariableFont_wght.ttf);
|
||
|
}
|