_fonts.scss 690 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. @mixin content_big_titles {
  2. font-size: 1.3em;
  3. font-weight: 500;
  4. text-transform: uppercase;
  5. }
  6. @mixin content_titles {
  7. font-size: 0.9em;
  8. font-weight: normal;
  9. text-transform: uppercase;
  10. }
  11. @mixin document_titles_teaser {
  12. font-size: 0.82em;
  13. font-weight: 500;
  14. text-transform: none;
  15. }
  16. @mixin content_subtitles {
  17. font-size: 0.82em;
  18. font-weight: 600;
  19. line-height: 1.6;
  20. text-transform: none;
  21. }
  22. @mixin content_courant {
  23. font-size: 0.82em;
  24. font-weight: normal;
  25. line-height: 1.4;
  26. }
  27. @mixin nav_link {
  28. font-size: 0.82em;
  29. font-weight: normal;
  30. text-transform: uppercase;
  31. }
  32. @mixin content_petit {
  33. font-size: 0.756em;
  34. font-weight: normal;
  35. line-height: 1.4;
  36. }