css: use system fonts

This commit is contained in:
Aminda Suomalainen 2024-05-30 20:01:04 +03:00
parent db36e6bc86
commit cb0f4603a4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,9 @@
---
@charset "utf-8";
$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
$base-font-family: ui-sans-serif, "Liberation Sans", Arimo, Arial, sans-serif;
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
monospace;
@import "{{ site.theme }}";
@ -29,7 +31,6 @@ a {
pre,
code {
font-family: "Liberation Mono", "Cousine", "Courier New", monospace !important;
font-size: 0.8em !important;
}