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