_globals.scss 245 B

123456789101112131415161718192021
  1. body{
  2. font-family: "trueno";
  3. font-size: $font-normal ;
  4. font-weight: 300;
  5. line-height: 1.5;
  6. }
  7. main{
  8. h2{
  9. text-transform: uppercase;
  10. font-family: 'duke';
  11. font-size: $font-extra;
  12. }
  13. }
  14. a{
  15. color:inherit;
  16. }
  17. //TEMP
  18. iframe{
  19. display: none;
  20. }