_typography.scss 298 B

123456789101112131415161718192021222324
  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-family: 'Montserrat-Medium'!important;
  10. }
  11. ul{
  12. font-size: 0.8rem;
  13. line-height: 1.2rem;
  14. }
  15. .home{
  16. p{
  17. font-size: $Fphome;
  18. line-height: $Flhome;
  19. }
  20. }