mirror of https://github.com/logos-co/roadmap.git
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"],
|
ignorePatterns: ["private", "templates"],
|
||||||
theme: {
|
theme: {
|
||||||
typography: {
|
typography: {
|
||||||
header: "Serif",
|
header: "sans-serif",
|
||||||
body: "Serif",
|
body: "sans-serif",
|
||||||
code: "IBM Plex Mono",
|
code: "IBM Plex Mono",
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
|
|
Loading…
Reference in New Issue