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