Shinobi/web/libs/less/_Bold.less

15 lines
307 B
Plaintext

/* BEGIN Bold */
@font-face {
font-family: Roboto;
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Bold");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: Roboto;
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Bold");
font-weight: bold;
font-style: normal;
}
/* END Bold */