roboto.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. @font-face {
  2. font-family: mastodon-font-sans-serif;
  3. src:
  4. local('Roboto Italic'),
  5. url('../fonts/roboto/roboto-italic-webfont.woff2') format('woff2'),
  6. url('../fonts/roboto/roboto-italic-webfont.woff') format('woff'),
  7. url('../fonts/roboto/roboto-italic-webfont.ttf') format('truetype'),
  8. url('../fonts/roboto/roboto-italic-webfont.svg#roboto-italic-webfont') format('svg');
  9. font-weight: normal;
  10. font-display: swap;
  11. font-style: italic;
  12. }
  13. @font-face {
  14. font-family: mastodon-font-sans-serif;
  15. src:
  16. local('Roboto Bold'),
  17. url('../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
  18. url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'),
  19. url('../fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
  20. url('../fonts/roboto/roboto-bold-webfont.svg#roboto-bold-webfont') format('svg');
  21. font-weight: bold;
  22. font-display: swap;
  23. font-style: normal;
  24. }
  25. @font-face {
  26. font-family: mastodon-font-sans-serif;
  27. src:
  28. local('Roboto Medium'),
  29. url('../fonts/roboto/roboto-medium-webfont.woff2') format('woff2'),
  30. url('../fonts/roboto/roboto-medium-webfont.woff') format('woff'),
  31. url('../fonts/roboto/roboto-medium-webfont.ttf') format('truetype'),
  32. url('../fonts/roboto/roboto-medium-webfont.svg#roboto-medium-webfont') format('svg');
  33. font-weight: 500;
  34. font-display: swap;
  35. font-style: normal;
  36. }
  37. @font-face {
  38. font-family: mastodon-font-sans-serif;
  39. src:
  40. local('Roboto'),
  41. url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
  42. url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'),
  43. url('../fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
  44. url('../fonts/roboto/roboto-regular-webfont.svg#roboto-regular-webfont') format('svg');
  45. font-weight: normal;
  46. font-display: swap;
  47. font-style: normal;
  48. }