1
0

roboto-mono.scss 506 B

1234567891011121314
  1. @font-face {
  2. font-family: mastodon-font-monospace;
  3. src:
  4. local('Roboto Mono'),
  5. url('../fonts/roboto-mono/robotomono-regular-webfont.woff2') format('woff2'),
  6. url('../fonts/roboto-mono/robotomono-regular-webfont.woff') format('woff'),
  7. url('../fonts/roboto-mono/robotomono-regular-webfont.ttf')
  8. format('truetype'),
  9. url('../fonts/roboto-mono/robotomono-regular-webfont.svg#roboto_monoregular')
  10. format('svg');
  11. font-weight: 400;
  12. font-display: swap;
  13. font-style: normal;
  14. }