open-vault/website/source/assets/stylesheets/_fonts.scss
2015-03-13 10:38:41 -07:00

27 lines
431 B
SCSS
Executable file

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