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