mirror of
https://github.com/logos-co/roadmap.git
synced 2025-01-11 00:45:47 +00:00
fix: serif --> sans-serif font default
This commit is contained in:
parent
31fd0f89d9
commit
1333f870cf
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user