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