]> cat aescling's git repositories - mastodon.git/blob - app/javascript/styles/fonts/roboto-mono.scss
Merge branch 'master' into glitch-soc/merge-upstream
[mastodon.git] / app / javascript / styles / fonts / roboto-mono.scss
1 @font-face {
2 font-family: 'mastodon-font-monospace';
3 src: local('Roboto Mono'),
4 url('~fonts/roboto-mono/robotomono-regular-webfont.woff2') format('woff2'),
5 url('~fonts/roboto-mono/robotomono-regular-webfont.woff') format('woff'),
6 url('~fonts/roboto-mono/robotomono-regular-webfont.ttf') format('truetype'),
7 url('~fonts/roboto-mono/robotomono-regular-webfont.svg#roboto_monoregular') format('svg');
8 font-weight: 400;
9 font-style: normal;
10 }
This page took 0.058288 seconds and 4 git commands to generate.