2017-05-03 10:04:16 +10:00
|
|
|
@font-face {
|
2022-06-02 03:22:35 +10:00
|
|
|
font-family: mastodon-font-monospace;
|
2023-07-13 19:26:45 +10:00
|
|
|
src:
|
|
|
|
local('Roboto Mono'),
|
2017-05-07 23:23:06 +10:00
|
|
|
url('../fonts/roboto-mono/robotomono-regular-webfont.woff2') format('woff2'),
|
|
|
|
url('../fonts/roboto-mono/robotomono-regular-webfont.woff') format('woff'),
|
2023-02-13 14:57:03 +11:00
|
|
|
url('../fonts/roboto-mono/robotomono-regular-webfont.ttf')
|
|
|
|
format('truetype'),
|
|
|
|
url('../fonts/roboto-mono/robotomono-regular-webfont.svg#roboto_monoregular')
|
|
|
|
format('svg');
|
2017-05-03 10:04:16 +10:00
|
|
|
font-weight: 400;
|
2021-10-15 06:04:26 +11:00
|
|
|
font-display: swap;
|
2017-05-03 10:04:16 +10:00
|
|
|
font-style: normal;
|
|
|
|
}
|