Files
op_website/assets/fonts/stylesheet.css
T
2018-07-05 21:59:10 -07:00

31 lines
725 B
CSS

@font-face {
font-family: 'open_sansitalic';
font-weight: normal;
font-style: normal;
src:url('opensans-italic.woff2') format('woff2');
}
@font-face {
font-family: 'open_sanslight';
font-weight: normal;
font-style: normal;
src:url('opensans-light.woff2') format('woff2');
}
@font-face {
font-family: 'open_sanslight_italic';
font-weight: normal;
font-style: normal;
src:url('opensans-lightitalic.woff2') format('woff2');
}
@font-face {
font-family: 'open_sansregular';
font-weight: normal;
font-style: normal;
src:url('opensans-regular.woff2') format('woff2');
}
@font-face {
font-family: 'open_sanssemibold';
font-weight: normal;
font-style: normal;
src:url('opensans-semibold.woff2') format('woff2');
}