27 lines
437 B
Plaintext
Raw Normal View History

2014-02-07 16:41:03 -08:00
//
// Typography
// --------------------------------------------------
//light
.rls-l{
2014-04-05 02:03:01 -07:00
font-family: @font-family-museo;
font-weight: @font-weight-museo-xl;
2014-02-07 16:41:03 -08:00
}
//semibold
.rls-sb{
2014-04-05 02:03:01 -07:00
font-family: @font-family-museo;
font-weight: @font-weight-museo-sb;
2014-02-07 16:41:03 -08:00
}
//extrabold
.rls-xb{
2014-04-05 02:03:01 -07:00
font-family: @font-family-museo;
font-weight: @font-weight-museo-xb;
2014-02-07 16:41:03 -08:00
}
.os{
font-family: @font-family-open-sans;
font-weight: @font-weight-open;
}