global.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. html {
  2. font-size: 13px;
  3. }
  4. body {
  5. font-family: 'Inter', sans-serif;
  6. }
  7. @font-face {
  8. font-family: 'Inter';
  9. font-style: normal;
  10. font-weight: 400;
  11. font-display: swap;
  12. src: url("fonts/Inter-Regular.woff2?v=3.9") format("woff2");
  13. }
  14. @font-face {
  15. font-family: 'Inter';
  16. font-style: italic;
  17. font-weight: 400;
  18. font-display: swap;
  19. src: url("fonts/Inter-Italic.woff2?v=3.9") format("woff2");
  20. }
  21. @font-face {
  22. font-family: 'Inter';
  23. font-style: normal;
  24. font-weight: 700;
  25. font-display: swap;
  26. src: url("fonts/Inter-Bold.woff2?v=3.9") format("woff2");
  27. }
  28. @font-face {
  29. font-family: 'Material Icons';
  30. font-style: normal;
  31. font-weight: 400;
  32. src: url("fonts/MaterialIcons-Regular.woff2") format('woff2')
  33. }
  34. /*
  35. https://google.github.io/material-design-icons/
  36. */
  37. .mdi {
  38. font-family: 'Material Icons';
  39. font-weight: normal;
  40. font-style: normal;
  41. font-size: 24px; /* Preferred icon size */
  42. display: inline-block;
  43. line-height: 1;
  44. text-transform: none;
  45. letter-spacing: normal;
  46. word-wrap: normal;
  47. white-space: nowrap;
  48. direction: ltr;
  49. -webkit-font-smoothing: antialiased;
  50. text-rendering: optimizeLegibility;
  51. }