mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-14 11:05:47 +05:00
19 lines
374 B
SCSS
19 lines
374 B
SCSS
@use '../abstracts' as *;
|
|
|
|
/* BEGIN Regular */
|
|
@font-face {
|
|
font-family: Roboto;
|
|
@include fontdef-woff($FontPath, $FontName, $FontVersion, 'Regular');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Roboto;
|
|
@include fontdef-woff($FontPath, $FontName, $FontVersion, 'Regular');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* END Regular */
|