fix: serif --> sans-serif font default

This commit is contained in:
Corey 2023-09-14 09:58:37 -04:00
parent 31fd0f89d9
commit 1333f870cf
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ const config: QuartzConfig = {
ignorePatterns: ["private", "templates"],
theme: {
typography: {
header: "Serif",
body: "Serif",
header: "sans-serif",
body: "sans-serif",
code: "IBM Plex Mono",
},
colors: {