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