fonts.css 423 B

1234567891011121314151617181920
  1. @font-face {
  2. font-family: 'Roboto';
  3. src: url('../fonts/Roboto-Bold-webfont.woff');
  4. font-weight: 700;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: 'Roboto';
  9. src: url('../fonts/Roboto-Regular-webfont.woff');
  10. font-weight: 400;
  11. font-style: normal;
  12. }
  13. @font-face {
  14. font-family: 'Roboto';
  15. src: url('../fonts/Roboto-Light-webfont.woff');
  16. font-weight: 300;
  17. font-style: normal;
  18. }