2014-07-16 23:51:48 +02:00
|
|
|
//
|
|
|
|
// Typography
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
//light
|
|
|
|
.rls-l{
|
2014-07-22 23:24:44 +02:00
|
|
|
font-family: @font-family-lato;
|
|
|
|
font-weight: @font-weight-lato-xl;
|
2014-07-16 23:51:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
//semibold
|
|
|
|
.rls-sb{
|
2014-07-22 23:24:44 +02:00
|
|
|
font-family: @font-family-lato;
|
|
|
|
font-weight: @font-weight-lato-sb;
|
2014-07-16 23:51:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
//extrabold
|
|
|
|
.rls-xb{
|
2014-07-22 23:24:44 +02:00
|
|
|
font-family: @font-family-lato;
|
|
|
|
font-weight: @font-weight-lato-xb;
|
2014-07-16 23:51:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.os{
|
|
|
|
font-family: @font-family-open-sans;
|
|
|
|
font-weight: @font-weight-open;
|
|
|
|
}
|