funcunit
Version:
<!-- @hide title
30 lines (26 loc) • 879 B
text/less
@font-face {
font-family: Lato;
src: url(../fonts/lato-regular.eot);
src: url(../fonts/lato-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/lato-regular.ttf) format('truetype');
font-weight: 400;
font-style: normal
}
@font-face {
font-family: LatoBold;
src: url(../fonts/lato-bold.eot);
src: url(../fonts/lato-bold.eot?#iefix) format('embedded-opentype'), url(../fonts/lato-bold.ttf) format('truetype');
font-weight: 400;
font-style: normal
}
@font-face {
font-family: LatoLight;
src: url(../fonts/lato-light.eot);
src: url(../fonts/lato-light.eot?#iefix) format('embedded-opentype'), url(../fonts/lato-light.ttf) format('truetype');
font-weight: 400;
font-style: normal
}
// html { -webkit-font-smoothing: antialiased; }
body {
font-family: @defaultFontFamily;
font-weight: @defaultFontWeight;
}