open-consul/website/source/stylesheets/_fonts.less
2014-02-07 16:41:03 -08:00

27 lines
437 B
Plaintext
Executable file

//
// Typography
// --------------------------------------------------
//light
.rls-l{
font-family: @font-family-rales;
font-weight: @font-weight-rales-xl;
}
//semibold
.rls-sb{
font-family: @font-family-rales;
font-weight: @font-weight-rales-sb;
}
//extrabold
.rls-xb{
font-family: @font-family-rales;
font-weight: @font-weight-rales-xb;
}
.os{
font-family: @font-family-open-sans;
font-weight: @font-weight-open;
}