mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
8 lines
172 B
Text
8 lines
172 B
Text
/* BEGIN Light */
|
|
@font-face {
|
|
font-family: Roboto;
|
|
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Light");
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
/* END Light */
|