fonts.css 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. @font-face {
  2. font-family: 'GNUTypewriterStandard';
  3. src:
  4. url('../../fonts/GNUTypewriterStandard.ttf') format('truetype'),
  5. url('https://fontlibrary.org/assets/fonts/gnutypewriter/8a7cb57723df9125503083ed59e7a11c/718af758a8ac10cf79fcc33420aacc3e/GNUTypewriterStandard.ttf') format('truetype');
  6. font-weight: normal;
  7. font-style: normal;
  8. }
  9. @font-face {
  10. font-family: 'BloggerSansBold';
  11. src:
  12. url('../../fonts/BloggerSansBold.ttf') format('truetype'),
  13. url('https://fontlibrary.org/assets/fonts/blogger-sans/6d62f1b83637f460d54133976767d50a/76b00d5bd76b3730805e04d73230dee0/BloggerSansBold.ttf') format('truetype');
  14. font-weight: bold;
  15. font-style: normal;
  16. }
  17. @font-face {
  18. font-family: 'BloggerSansBoldItalic';
  19. src:
  20. url('../../fonts/BloggerSansBoldItalic.ttf') format('truetype'),
  21. url('https://fontlibrary.org/assets/fonts/blogger-sans/6d62f1b83637f460d54133976767d50a/5d6dd433844a6d300a2fc0d7ba5aff54/BloggerSansBoldItalic.ttf') format('truetype');
  22. font-weight: bold;
  23. font-style: italic;
  24. }
  25. @font-face {
  26. font-family: 'BloggerSansItalic';
  27. src:
  28. url('../../fonts/BloggerSansItalic.ttf') format('truetype'),
  29. url('https://fontlibrary.org/assets/fonts/blogger-sans/6d62f1b83637f460d54133976767d50a/5a9968f0a9774747d962681b5d8b2cd9/BloggerSansItalic.ttf') format('truetype');
  30. font-weight: normal;
  31. font-style: italic;
  32. }
  33. @font-face {
  34. font-family: 'BloggerSansLight';
  35. src:
  36. url('../../fonts/BloggerSansLight.ttf') format('truetype'),
  37. url('https://fontlibrary.org/assets/fonts/blogger-sans/6d62f1b83637f460d54133976767d50a/af8efadae43a93abdeefae360589e9f8/BloggerSansLight.ttf') format('truetype');
  38. font-weight: normal;
  39. font-style: normal;
  40. }
  41. @font-face {
  42. font-family: 'BloggerSansLightItalic';
  43. src:
  44. url('../../fonts/BloggerSansLightItalic.ttf') format('truetype'),
  45. url('https://fontlibrary.org/assets/fonts/blogger-sans/6d62f1b83637f460d54133976767d50a/27db245ccf880fac04d1a92954c886f8/BloggerSansLightItalic.ttf') format('truetype');
  46. font-weight: normal;
  47. font-style: italic;
  48. }
  49. @font-face {
  50. font-family: 'BloggerSansMedium';
  51. src:
  52. url('../../fonts/BloggerSansMedium.ttf') format('truetype'),
  53. url('https://fontlibrary.org/assets/fonts/blogger-sans/6d62f1b83637f460d54133976767d50a/f7f32f78dd6bdf83042ed23b828af59b/BloggerSansMedium.ttf') format('truetype');
  54. font-weight: normal;
  55. font-style: normal;
  56. }
  57. @font-face {
  58. font-family: 'BloggerSansMediumItalic';
  59. src:
  60. url('../../fonts/BloggerSansMediumItalic.ttf') format('truetype'),
  61. url('https://fontlibrary.org/assets/fonts/blogger-sans/6d62f1b83637f460d54133976767d50a/0614a05352f17b962d609cc5b1b063c6/BloggerSansMediumItalic.ttf') format('truetype');
  62. font-weight: normal;
  63. font-style: italic;
  64. }
  65. @font-face {
  66. font-family: 'BloggerSansRegular';
  67. src:
  68. url('../../fonts/BloggerSansRegular.ttf') format('truetype'),
  69. url('https://fontlibrary.org/assets/fonts/blogger-sans/6d62f1b83637f460d54133976767d50a/7d1db9675fc82ad5156be2d2f745bf92/BloggerSansRegular.ttf') format('truetype');
  70. font-weight: normal;
  71. font-style: normal;
  72. }