fonts.css 845 B

123456789101112131415161718192021222324252627282930313233343536
  1. @font-face {
  2. font-family: 'source-sans-pro';
  3. src: url('../fonts/sourcesanspro-light-webfont.woff') format('woff');
  4. font-weight: 300;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: 'source-sans-pro';
  9. src: url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
  10. font-weight: 400;
  11. font-style: normal;
  12. }
  13. @font-face {
  14. font-family: 'source-sans-pro';
  15. src: url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff');
  16. font-weight: 600;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: 'source-code-pro';
  21. src: url('../fonts/sourcecodepro-regular-webfont.woff') format('woff');
  22. font-weight: normal;
  23. font-style: normal;
  24. }
  25. @font-face {
  26. font-family: 'icomoon';
  27. src: url('../fonts/icomoon.woff') format('woff');
  28. font-weight: normal;
  29. font-style: normal;
  30. }