Shinobi/web/libs/less/_Italic.less

15 lines
317 B
Plaintext

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