mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
Dealing with empty and undefined title
This commit is contained in:
parent
ff16deb865
commit
594b6a7b58
@ -23,7 +23,7 @@ const config: QuartzConfig = {
|
||||
fontOrigin: "googleFonts",
|
||||
cdnCaching: true,
|
||||
typography: {
|
||||
title: "Playwrite US Trad",
|
||||
title: "Playwrite DK Loopet",
|
||||
header: "Schibsted Grotesk",
|
||||
body: "Source Sans Pro",
|
||||
code: "IBM Plex Mono",
|
||||
|
||||
@ -25,7 +25,7 @@ export type FontSpecification =
|
||||
|
||||
export interface Theme {
|
||||
typography: {
|
||||
title: FontSpecification | undefined
|
||||
title?: FontSpecification
|
||||
header: FontSpecification
|
||||
body: FontSpecification
|
||||
code: FontSpecification
|
||||
|
||||
Loading…
Reference in New Issue
Block a user