docs-mastodon/assets/manrope.scss
John Haugabook b0c7cca93b
manrope.scss - include manrope folder in path (#1515)
Add manrope folder to path for font manrope-variable.woff2.
2024-10-09 12:36:10 +01:00

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");
}