logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

roboto.scss (1721B)


  1. @font-face {
  2. font-family: 'mastodon-font-sans-serif';
  3. src: local('Roboto'),
  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') format('svg');
  8. font-weight: normal;
  9. font-style: italic;
  10. }
  11. @font-face {
  12. font-family: 'mastodon-font-sans-serif';
  13. src: local('Roboto'),
  14. url('../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
  15. url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'),
  16. url('../fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
  17. url('../fonts/roboto/roboto-bold-webfont.svg#roboto-bold-webfont') format('svg');
  18. font-weight: bold;
  19. font-style: normal;
  20. }
  21. @font-face {
  22. font-family: 'mastodon-font-sans-serif';
  23. src: local('Roboto'),
  24. url('../fonts/roboto/roboto-medium-webfont.woff2') format('woff2'),
  25. url('../fonts/roboto/roboto-medium-webfont.woff') format('woff'),
  26. url('../fonts/roboto/roboto-medium-webfont.ttf') format('truetype'),
  27. url('../fonts/roboto/roboto-medium-webfont.svg#roboto-medium-webfont') format('svg');
  28. font-weight: 500;
  29. font-style: normal;
  30. }
  31. @font-face {
  32. font-family: 'mastodon-font-sans-serif';
  33. src: local('Roboto'),
  34. url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
  35. url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'),
  36. url('../fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
  37. url('../fonts/roboto/roboto-regular-webfont.svg#roboto-regular-webfont') format('svg');
  38. font-weight: normal;
  39. font-style: normal;
  40. }