_typography.scss 576 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. h1{
  2. font-size: 1.2rem;
  3. line-height: 50px;
  4. a{
  5. font-family: $CooperHewitt;
  6. font-weight: normal;
  7. }
  8. }
  9. h2{
  10. font-family: $CooperHewitt;
  11. font-size: 1.1rem;
  12. line-height: 50px;
  13. }
  14. p{
  15. font-family: $rubik;
  16. font-size: 1rem;
  17. line-height: 1.3rem;
  18. margin-bottom: 12px;
  19. a{
  20. font-family: $cmu;
  21. }
  22. }
  23. .blocs{
  24. a.linkext{
  25. &:after{
  26. content: "~";
  27. }
  28. }
  29. &:nth-child(2){
  30. color: white;
  31. a{
  32. color: rgb(0, 0, 255);
  33. }
  34. }
  35. &:nth-child(3){
  36. a{
  37. color: rgb(0, 0, 255);
  38. }
  39. }
  40. }
  41. #images{
  42. p{
  43. font-size: 0.8rem;
  44. }
  45. }