github.com/jmbataller/terraform@v0.6.8-0.20151125192640-b7a12e3a580c/website/source/assets/stylesheets/_fonts.scss (about) 1 // 2 // Typography 3 // -------------------------------------------------- 4 5 6 //light 7 .rls-l{ 8 font-family: $font-family-lato; 9 font-weight: $font-weight-lato-xl; 10 } 11 12 //semibold 13 .rls-sb{ 14 font-family: $font-family-lato; 15 font-weight: $font-weight-lato-sb; 16 } 17 18 //extrabold 19 .rls-xb{ 20 font-family: $font-family-lato; 21 font-weight: $font-weight-lato-xb; 22 } 23 24 .os{ 25 font-family: $font-family-open-sans; 26 font-weight: $font-weight-open; 27 }