25af845912
commitc811679128Author: Zoë Bijl <code@moiety.me> Date: Wed Oct 15 21:02:39 2025 +0200 [chore] remove unused override commita3e56447aaAuthor: Zoë Bijl <code@moiety.me> Date: Wed Oct 15 18:57:22 2025 +0200 [chore] lint Sass files
40 lines
900 B
SCSS
40 lines
900 B
SCSS
@font-face {
|
|
font-family: mastodon-font-sans-serif;
|
|
src:
|
|
local("Roboto Italic"),
|
|
url("~fonts/roboto/roboto-italic-webfont.woff2") format("woff2");
|
|
font-weight: normal;
|
|
font-display: swap;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: mastodon-font-sans-serif;
|
|
src:
|
|
local("Roboto Bold"),
|
|
url("~fonts/roboto/roboto-bold-webfont.woff2") format("woff2");
|
|
font-weight: bold;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: mastodon-font-sans-serif;
|
|
src:
|
|
local("Roboto Medium"),
|
|
url("~fonts/roboto/roboto-medium-webfont.woff2") format("woff2");
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: mastodon-font-sans-serif;
|
|
src:
|
|
local("Roboto"),
|
|
url("~fonts/roboto/roboto-regular-webfont.woff2") format("woff2");
|
|
font-weight: normal;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
}
|