_fonts.scss 169 B

123456789
  1. @mixin content_titles {
  2. font-size: 0.9em;
  3. font-weight: normal;
  4. text-transform: uppercase;
  5. }
  6. @mixin content_courant {
  7. font-size: 0.75em;
  8. font-weight: normal;
  9. }