css/main.scss: delegate font sizes to the browser

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

6
css/main.scss vendored
View File

@ -7,8 +7,10 @@
// Our variables
$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
$base-font-size: 16px;
$small-font-size: $base-font-size * 0.875;
//$base-font-size: 16px;
$base-font-size: revert;
//$small-font-size: $base-font-size * 0.875;
$small-font-size: revert;
$base-line-height: 1.5;
$spacing-unit: 30px;