1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
documentation/assets/roboto-mono.scss
Renaud Chaput d356c6caac
Switch hosting to Vercel (#1113)
* Fix URLs to work when `baseURL` is in a sub-directory

* Use `RelPermalink` to not have assets loaded from `baseUrl`

* Add `.vercel` to gitignore

* Remove deploy Github Action, we are now using Vercel
2022-12-21 06:26:37 +01:00

13 lines
492 B
SCSS

@font-face {
font-family: 'Roboto Mono';
src:
local('Roboto Mono'),
url('./webfonts/roboto-mono/robotomono-regular-webfont.woff2') format('woff2'),
url('./webfonts/roboto-mono/robotomono-regular-webfont.woff') format('woff'),
url('./webfonts/roboto-mono/robotomono-regular-webfont.ttf') format('truetype'),
url('./webfonts/roboto-mono/robotomono-regular-webfont.svg#roboto_monoregular') format('svg');
font-weight: 400;
font-display: swap;
font-style: normal;
}