cordis/client/webapp/styles/fonts.scss

34 lines
596 B
SCSS
Raw Normal View History

2021-10-31 19:02:26 +00:00
@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;
}