mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-17 04:13:01 +00:00
95a1fde6b6
Conflicts: - `app/javascript/styles/fonts/roboto-mono.scss`: Upstream updated the linter, which changed a few linter rules. Some of those changed lines are different in glitch-soc because we use different paths for the assets. Applied the same style rules on our version of the file. - `app/javascript/styles/fonts/roboto.scss`: Upstream updated the linter, which changed a few linter rules. Some of those changed lines are different in glitch-soc because we use different paths for the assets. Applied the same style rules on our version of the file.
14 lines
492 B
SCSS
14 lines
492 B
SCSS
@font-face {
|
|
font-family: mastodon-font-monospace;
|
|
src:
|
|
local('Roboto Mono'),
|
|
url('~fonts/roboto-mono/robotomono-regular-webfont.woff2') format('woff2'),
|
|
url('~fonts/roboto-mono/robotomono-regular-webfont.woff') format('woff'),
|
|
url('~fonts/roboto-mono/robotomono-regular-webfont.ttf') format('truetype'),
|
|
url('~fonts/roboto-mono/robotomono-regular-webfont.svg#roboto_monoregular')
|
|
format('svg');
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
}
|