cordis/client/webapp/fonts.css
2021-10-30 12:26:41 -05:00

34 lines
624 B
CSS

@font-face {
font-family: Whitney;
font-weight: 300;
src: url(./font/whitney/whitney-300.woff);
}
@font-face {
font-family: Whitney;
font-weight: 400;
src: url(./font/whitney/whitney-400.woff);
}
@font-face {
font-family: Whitney;
font-weight: 500;
src: url(./font/whitney/whitney-500.woff);
}
@font-face {
font-family: Whitney;
font-weight: 600;
src: url(./font/whitney/whitney-600.woff);
}
@font-face {
font-family: Whitney;
font-weight: 700;
src: url(./font/whitney/whitney-700.woff);
}
strong, b {
font-weight: 600;
}