fonts.scss 519 B

123456789101112131415161718192021222324
  1. @mixin ubuntu(){font-family: "Ubuntu", Arial, "MS Trebuchet", sans-serif; @include fs500(); @include normal;}
  2. body{font-size:16px; @include ubuntu; line-height:1.3;}
  3. a{color: #007BC2; text-decoration: none;}
  4. h1{font-size:1.6em;}
  5. h2{font-size:1.5em;}
  6. h3{font-size:1.4em;}
  7. h4{font-size:1.3em;}
  8. h5{font-size:1.2em;}
  9. h6{font-size:1.1em;}
  10. input, button, select, textarea{@include ubuntu();}
  11. @mixin fs22(){
  12. font-size:22px;
  13. }
  14. #footer{
  15. #footer-bottom{ text-align: center;}
  16. #footer-bottom .block{ @include fs8;}
  17. }