diff --git a/quartz.config.ts b/quartz.config.ts index 59f3be67a..6f3321160 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -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", diff --git a/quartz/util/theme.ts b/quartz/util/theme.ts index 1857f5f28..daa4f2341 100644 --- a/quartz/util/theme.ts +++ b/quartz/util/theme.ts @@ -25,7 +25,7 @@ export type FontSpecification = export interface Theme { typography: { - title: FontSpecification | undefined + title?: FontSpecification header: FontSpecification body: FontSpecification code: FontSpecification