Bundle fonts instead of using Google fonts, and patch in missing math symbols

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-12-26 11:50:13 -08:00
parent 431d4b0990
commit 0cdd2fbf64
9 changed files with 49 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ $standard-border: $standard-border-width solid $border-color;
$font-heading: "Lora", serif;
$font-body: "Raleway", serif;
$font-code: "Inconsolata", monospace;
$font-code: "Inconsolata", monospace, "STIXGeneral";
$warning-background-color: #ffee99;
$warning-border-color: #f5c827;