_fonts.scss 330 B

1234567891011121314151617
  1. body{
  2. font-size: 16px;
  3. font-family: "Ubuntu",Arial,"MS Trebuchet",sans-serif;
  4. font-weight: 500;
  5. font-style: normal;
  6. line-height: 1.3;
  7. }
  8. a.btn{
  9. display: inline-block;
  10. font-size: 0.9em;
  11. font-weight: bold;
  12. padding: 0.7em 1em;
  13. margin-bottom: 0.3em;
  14. background-color: #fff;
  15. color: #000;
  16. border-radius: 5px;
  17. }