mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
17 lines
333 B
SCSS
Executable File
17 lines
333 B
SCSS
Executable File
/* BEGIN Bold */
|
|
@font-face {
|
|
font-family: Roboto;
|
|
@include fontdef-woff($FontPath, $FontName, $FontVersion, "Bold");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Roboto;
|
|
@include fontdef-woff($FontPath, $FontName, $FontVersion, "Bold");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* END Bold */
|