You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
494 B

  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')
  7. format('truetype'),
  8. url('~fonts/roboto-mono/robotomono-regular-webfont.svg#roboto_monoregular')
  9. format('svg');
  10. font-weight: 400;
  11. font-display: swap;
  12. font-style: normal;
  13. }