_typography.scss 223 B

123456789101112131415161718
  1. h1, h2, h3, p, ul, li, a{
  2. font-family: 'Montserrat-Regular';
  3. font-weight: normal;
  4. }
  5. h1{
  6. font-size: 1.2rem!important;
  7. }
  8. p{
  9. font-size: 8rem;
  10. line-height: 8rem;
  11. }
  12. ul{
  13. font-size: 0.8rem;
  14. line-height: 1.2rem;
  15. }