9 lines
247 B
SCSS
9 lines
247 B
SCSS
|
@font-face {
|
||
|
font-family: "Manrope";
|
||
|
font-style: normal;
|
||
|
font-weight: 100 900;
|
||
|
src:
|
||
|
url("/webfonts/manrope-variable.woff2") format("woff2 supports variations"),
|
||
|
url("/webfonts/manrope-variable.woff2") format("woff2-variations");
|
||
|
}
|