2014-10-13 18:44:38 +02:00
|
|
|
//
|
|
|
|
// Typography
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2015-11-06 21:35:24 +01:00
|
|
|
|
2014-10-13 18:44:38 +02:00
|
|
|
//light
|
|
|
|
.rls-l{
|
|
|
|
font-family: $font-family-lato;
|
|
|
|
font-weight: $font-weight-lato-xl;
|
|
|
|
}
|
|
|
|
|
|
|
|
//semibold
|
|
|
|
.rls-sb{
|
|
|
|
font-family: $font-family-lato;
|
|
|
|
font-weight: $font-weight-lato-sb;
|
|
|
|
}
|
|
|
|
|
|
|
|
//extrabold
|
|
|
|
.rls-xb{
|
|
|
|
font-family: $font-family-lato;
|
|
|
|
font-weight: $font-weight-lato-xb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.os{
|
|
|
|
font-family: $font-family-open-sans;
|
|
|
|
font-weight: $font-weight-open;
|
|
|
|
}
|