roboto-mono.scss 494 B

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