2017-05-02 18:04:16 -06:00
|
|
|
@font-face {
|
2022-06-01 11:22:35 -06:00
|
|
|
font-family: mastodon-font-monospace;
|
2023-07-13 03:26:45 -06:00
|
|
|
src:
|
|
|
|
local('Roboto Mono'),
|
2017-05-07 07:23:06 -06:00
|
|
|
url('../fonts/roboto-mono/robotomono-regular-webfont.woff2') format('woff2'),
|
|
|
|
url('../fonts/roboto-mono/robotomono-regular-webfont.woff') format('woff'),
|
2023-02-12 20:57:03 -07: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-02 18:04:16 -06:00
|
|
|
font-weight: 400;
|
2021-10-14 13:04:26 -06:00
|
|
|
font-display: swap;
|
2017-05-02 18:04:16 -06:00
|
|
|
font-style: normal;
|
|
|
|
}
|