mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
9 lines
263 B
SCSS
9 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");
|
|
}
|