闭社主体 forked from https://github.com/tootsuite/mastodon
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.

48 lines
2.0 KiB

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