mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-12 19:50:04 +05:00
12 lines
235 B
SCSS
12 lines
235 B
SCSS
@use '../abstracts' as *;
|
|
|
|
/* BEGIN Medium Italic */
|
|
@font-face {
|
|
font-family: Roboto;
|
|
@include fontdef-woff($FontPath, $FontName, $FontVersion, 'MediumItalic');
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* END Medium Italic */
|