1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
documentation/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

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