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