mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-12 19:50:04 +05:00
19 lines
360 B
SCSS
19 lines
360 B
SCSS
@use '../abstracts' as *;
|
|
|
|
/* 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 */
|