_default.scss 261 B

1234567891011121314
  1. article{
  2. h2{
  3. font-family: "trueno";
  4. font-weight: 600;
  5. font-size: $font-medium;
  6. text-transform: inherit;
  7. }
  8. h3,h4,h5,h6{
  9. font-family: "trueno";
  10. font-weight: 600;
  11. font-size: $font-medium;
  12. }
  13. }