mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
17 lines
347 B
SCSS
Executable File
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 */
|