fonts.scss 460 B

12345678910111213141516171819202122232425
  1. .ubuntu(){font-family: "Ubuntu", Arial, "MS Trebuchet", sans-serif; .500; .normal;}
  2. body{font-size:16px; .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{.ubuntu();}
  11. .22(){
  12. font-size:22px;
  13. }
  14. #footer{
  15. #footer-bottom{ text-align: center;}
  16. #footer-bottom .block{ .8;}
  17. }