add backup font-family "sans-serif" (#3943) ShriramKhandbahale

In some cases when the styles are not loaded yet, the fonts are rolled back to the default 'serif' family which looks very ugly
This commit is contained in:
Shriram Khandbahale 2023-01-25 22:30:49 +05:30 committed by GitHub
parent 1e60dc53cd
commit 7adbccf7db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
:root {
--roundness: 0.5rem;
--font: "Roboto Mono", "Vazirmatn";
--font: "Roboto Mono", "Vazirmatn", sans-serif;
// scroll-behavior: smooth;
scroll-padding-top: 2rem;
font-weight: 400;