123456789101112131415161718192021222324252627282930313233 |
- /*--------------------------------------------------------------
- # Fonts
- --------------------------------------------------------------*/
- @font-face {
- font-family: 'cooper_hewittbold';
- src: url("assets/fonts/cooperhewitt-bold-webfont.woff2") format("woff2"), url("assets/fonts/cooperhewitt-bold-webfont.woff") format("woff");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'cooper_hewittbold_italic';
- src: url("assets/fonts/cooperhewitt-bolditalic-webfont.woff2") format("woff2"), url("assets/fonts/cooperhewitt-bolditalic-webfont.woff") format("woff");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'cooper_hewittheavy';
- src: url("assets/fonts/cooperhewitt-heavy-webfont.woff2") format("woff2"), url("assets/fonts/cooperhewitt-heavy-webfont.woff") format("woff");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'cooper_hewittmedium';
- src: url("assets/fonts/cooperhewitt-medium-webfont.woff2") format("woff2"), url("assets/fonts/cooperhewitt-medium-webfont.woff") format("woff");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'cooper_hewittmedium_italic';
- src: url("assets/fonts/cooperhewitt-mediumitalic-webfont.woff2") format("woff2"), url("assets/fonts/cooperhewitt-mediumitalic-webfont.woff") format("woff");
- font-weight: normal;
- font-style: normal;
- }
|