quicksand.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* quicksand-300 - latin */
  2. @font-face {
  3. font-family: 'Quicksand';
  4. font-style: normal;
  5. font-weight: 300;
  6. src: local('Quicksand Light'), local('Quicksand-Light'),
  7. url('quicksand-v8-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  8. url('quicksand-v8-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  9. }
  10. /* quicksand-regular - latin */
  11. @font-face {
  12. font-family: 'Quicksand';
  13. font-style: normal;
  14. font-weight: 400;
  15. src: local('Quicksand Regular'), local('Quicksand-Regular'),
  16. url('quicksand-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  17. url('quicksand-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  18. }
  19. /* quicksand-500 - latin */
  20. @font-face {
  21. font-family: 'Quicksand';
  22. font-style: normal;
  23. font-weight: 500;
  24. src: local('Quicksand Medium'), local('Quicksand-Medium'),
  25. url('quicksand-v8-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  26. url('quicksand-v8-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  27. }
  28. /* quicksand-700 - latin */
  29. @font-face {
  30. font-family: 'Quicksand';
  31. font-style: normal;
  32. font-weight: 700;
  33. src: local('Quicksand Bold'), local('Quicksand-Bold'),
  34. url('quicksand-v8-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  35. url('quicksand-v8-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  36. }