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