terraform/website/source/stylesheets/_fonts.less

27 lines
437 B
Plaintext
Raw Normal View History

2014-07-16 23:51:48 +02:00
//
// 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;
}
.os{
font-family: @font-family-open-sans;
font-weight: @font-weight-open;
}