open-consul/website/source/stylesheets/_fonts.less

27 lines
437 B
Plaintext
Raw Normal View History

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