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.

51 lines
1.8 KiB

  1. @font-face {
  2. font-family: mastodon-font-sans-serif;
  3. src: local('Roboto Italic'),
  4. url('../fonts/roboto/roboto-italic-webfont.woff2') format('woff2'),
  5. url('../fonts/roboto/roboto-italic-webfont.woff') format('woff'),
  6. url('../fonts/roboto/roboto-italic-webfont.ttf') format('truetype'),
  7. url('../fonts/roboto/roboto-italic-webfont.svg#roboto-italic-webfont')
  8. 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: local('Roboto Bold'),
  16. url('../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
  17. url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'),
  18. url('../fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
  19. url('../fonts/roboto/roboto-bold-webfont.svg#roboto-bold-webfont')
  20. 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: local('Roboto Medium'),
  28. url('../fonts/roboto/roboto-medium-webfont.woff2') format('woff2'),
  29. url('../fonts/roboto/roboto-medium-webfont.woff') format('woff'),
  30. url('../fonts/roboto/roboto-medium-webfont.ttf') format('truetype'),
  31. url('../fonts/roboto/roboto-medium-webfont.svg#roboto-medium-webfont')
  32. 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: local('Roboto'),
  40. url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
  41. url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'),
  42. url('../fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
  43. url('../fonts/roboto/roboto-regular-webfont.svg#roboto-regular-webfont')
  44. format('svg');
  45. font-weight: normal;
  46. font-display: swap;
  47. font-style: normal;
  48. }