mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
10 lines
185 B
SCSS
Executable File
10 lines
185 B
SCSS
Executable File
/* BEGIN Light */
|
|
@font-face {
|
|
font-family: Roboto;
|
|
@include fontdef-woff($FontPath, $FontName, $FontVersion, "Light");
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* END Light */
|