You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/source/stylesheets/_fonts.less

27 lines
437 B

//
// 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;
}