This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-05-02 17:04:16 -07:00
|
|
|
@font-face {
|
2017-05-07 06:23:06 -07: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-02 17:04:16 -07:00
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
}
|