2017-05-03 02:04:16 +02:00
|
|
|
@font-face {
|
2017-05-07 15:23:06 +02:00
|
|
|
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');
|
2017-05-03 02:04:16 +02:00
|
|
|
font-weight: 400;
|
2021-10-14 21:04:26 +02:00
|
|
|
font-display: swap;
|
2017-05-03 02:04:16 +02:00
|
|
|
font-style: normal;
|
|
|
|
}
|