main.scss: I could also use font-family revert

This commit is contained in:
Aminda Suomalainen 2024-05-24 15:13:47 +03:00
parent 1917a63b64
commit 7efdd63051
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

3
css/main.scss vendored
View File

@ -5,7 +5,8 @@
@charset "utf-8";
// Our variables
$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
//$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
$base-font-family: revert;
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
//$base-font-size: 16px;
$base-font-size: revert;