cooperhewitt.css 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. /*--------------------------------------------------------------
  2. # Fonts
  3. --------------------------------------------------------------*/
  4. @font-face {
  5. font-family: 'cooper_hewittbold';
  6. src: url("assets/fonts/cooperhewitt-bold-webfont.woff2") format("woff2"), url("assets/fonts/cooperhewitt-bold-webfont.woff") format("woff");
  7. font-weight: normal;
  8. font-style: normal;
  9. }
  10. @font-face {
  11. font-family: 'cooper_hewittbold_italic';
  12. src: url("assets/fonts/cooperhewitt-bolditalic-webfont.woff2") format("woff2"), url("assets/fonts/cooperhewitt-bolditalic-webfont.woff") format("woff");
  13. font-weight: normal;
  14. font-style: normal;
  15. }
  16. @font-face {
  17. font-family: 'cooper_hewittheavy';
  18. src: url("assets/fonts/cooperhewitt-heavy-webfont.woff2") format("woff2"), url("assets/fonts/cooperhewitt-heavy-webfont.woff") format("woff");
  19. font-weight: normal;
  20. font-style: normal;
  21. }
  22. @font-face {
  23. font-family: 'cooper_hewittmedium';
  24. src: url("assets/fonts/cooperhewitt-medium-webfont.woff2") format("woff2"), url("assets/fonts/cooperhewitt-medium-webfont.woff") format("woff");
  25. font-weight: normal;
  26. font-style: normal;
  27. }
  28. @font-face {
  29. font-family: 'cooper_hewittmedium_italic';
  30. src: url("assets/fonts/cooperhewitt-mediumitalic-webfont.woff2") format("woff2"), url("assets/fonts/cooperhewitt-mediumitalic-webfont.woff") format("woff");
  31. font-weight: normal;
  32. font-style: normal;
  33. }