_fonts.scss 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // Press Start 2P
  2. @font-face {
  3. font-family: 'Press Start 2P';
  4. font-style: normal;
  5. font-weight: 400;
  6. src: url('/static/fonts/PressStart2P-latin-ext.woff2') format('woff2');
  7. unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  8. }
  9. @font-face {
  10. font-family: 'Press Start 2P';
  11. font-style: normal;
  12. font-weight: 400;
  13. src: url('/static/fonts/PressStart2P-latin.woff2') format('woff2');
  14. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  15. }
  16. // Lato
  17. @font-face {
  18. font-family: 'Lato';
  19. font-style: normal;
  20. font-weight: 400;
  21. src: url('/static/fonts/Lato-Regular-latin-ext.woff2') format('woff2');
  22. font-display: swap;
  23. unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  24. }
  25. @font-face {
  26. font-family: 'Lato';
  27. font-style: normal;
  28. font-weight: 400;
  29. src: url('/static/fonts/Lato-Regular-latin.woff2') format('woff2');
  30. font-display: swap;
  31. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  32. }
  33. @font-face {
  34. font-family: 'Lato';
  35. font-style: normal;
  36. font-weight: 700;
  37. src: url('/static/fonts/Lato-Bold-latin-ext.woff2') format('woff2');
  38. font-display: swap;
  39. unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  40. }
  41. @font-face {
  42. font-family: 'Lato';
  43. font-style: normal;
  44. font-weight: 700;
  45. src: url('/static/fonts/Lato-Bold-latin.woff2') format('woff2');
  46. font-display: swap;
  47. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  48. }