22 lines
356 B
SCSS
Executable File
22 lines
356 B
SCSS
Executable File
//
|
|
// Typography
|
|
// --------------------------------------------------
|
|
|
|
//light
|
|
.rls-l{
|
|
font-family: $font-family-museo;
|
|
font-weight: $font-weight-museo-xl;
|
|
}
|
|
|
|
//semibold
|
|
.rls-sb{
|
|
font-family: $font-family-museo;
|
|
font-weight: $font-weight-museo-sb;
|
|
}
|
|
|
|
//extrabold
|
|
.rls-xb{
|
|
font-family: $font-family-museo;
|
|
font-weight: $font-weight-museo-xb;
|
|
}
|