Files
Masto/app/javascript/styles/fonts/roboto.scss
T
Zoë Bijl 25af845912 [chore] lint sass files (#103)
commit c811679128
Author: Zoë Bijl <code@moiety.me>
Date:   Wed Oct 15 21:02:39 2025 +0200

    [chore] remove unused override

commit a3e56447aa
Author: Zoë Bijl <code@moiety.me>
Date:   Wed Oct 15 18:57:22 2025 +0200

    [chore] lint Sass files
2025-10-15 21:08:31 +02:00

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