Update quartz.config.ts

This commit is contained in:
enneaa 2025-03-13 09:18:07 +08:00 committed by GitHub
parent 09bfb50be7
commit c80a467fc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,9 +24,9 @@ const config: QuartzConfig = {
fontOrigin: "googleFonts",  fontOrigin: "googleFonts", 
cdnCaching: true,   cdnCaching: true,  
typography: { typography: {
header: "sans-serif",  header: "system-ui",   
body: "sans-serif",  body: "system-ui",   
code: "IBM Plex Mono",      code: "system-ui",       
}, },
colors: { colors: {
lightMode: { lightMode: {