add font fallback to sans-serif

closes #7952
pull/7982/head
yonizaf 2021-01-22 12:14:40 +02:00 committed by GitHub
parent cd9ac247b7
commit 4ff06bbde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,15 +3,15 @@
}
%base-font {
font-family: 'Noto Sans';
font-family: 'Noto Sans', Sans-Serif;
}
%roboto {
font-family: 'Roboto';
font-family: 'Roboto', Sans-Serif;
}
%roboto-fat {
font-family: 'Roboto';
font-family: 'Roboto', Sans-Serif;
font-weight: 600;
}