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