github.com/ezbercih/terraform@v0.1.1-0.20140729011846-3c33865e0839/website/source/stylesheets/_fonts.less (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 }