Files
Phraseanet/resources/www/common/styles/font-sass/_Regular.scss
Mike Ng 43e09e99b2 add roboto fonts and gulp tasks
remove unused codes
2018-04-06 16:38:56 +04:00

17 lines
347 B
SCSS
Executable File

/* 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 */