mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
8 lines
136 B
SCSS
8 lines
136 B
SCSS
$fontHeadings: 'Quicksand';
|
|
$fontText: 'Nunito';
|
|
$fontExtra: 'Noto Sans Shavian';
|
|
|
|
.shavian {
|
|
font-family: $fontExtra, $fontText;
|
|
}
|