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