typography.module.css 135 B

12345678
  1. .subtitle {
  2. @apply text-lg font-extrabold normal-case font-display;
  3. }
  4. .subtitleAlt {
  5. @apply text-lg normal-case tracking-comfy;
  6. }