34 lines
596 B
SCSS
34 lines
596 B
SCSS
|
@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;
|
||
|
}
|