34 lines
624 B
CSS
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;
|
|
}
|