mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
14 lines
317 B
Text
14 lines
317 B
Text
/* 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 */
|