fonts.css 190 B

1234567891011
  1. .app {
  2. --font-size: 18px;
  3. }
  4. .app {
  5. font-family: "Inter", sans-serif;
  6. font-optical-sizing: auto;
  7. font-weight: 400;
  8. font-style: normal;
  9. font-size: var(--font-size);
  10. }