Skip to content

Commit 946db08

Browse files
committed
Update Font
1 parent 4b6df2d commit 946db08

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

quartz.config.ts

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,30 @@ const config: QuartzConfig = {
2424
fontOrigin: "googleFonts",
2525
cdnCaching: true,
2626
typography: {
27-
header: "Noto Sans KR",
28-
body: "Noto Sans KR",
29-
code: "IBM Plex Mono",
27+
title:
28+
{
29+
name: "Do Hyeon",
30+
weights: [400],
31+
includeItalic: true,
32+
},
33+
header:
34+
{
35+
name: "42dot Sans",
36+
weights: [400, 500, 600, 700],
37+
includeItalic: true,
38+
},
39+
body:
40+
{
41+
name: "42dot Sans",
42+
weights: [400, 500, 600, 700],
43+
includeItalic: true,
44+
},
45+
code:
46+
{
47+
name: "JetBrains Mono",
48+
weights: [400, 700],
49+
includeItalic: true,
50+
},
3051
},
3152
colors: {
3253
lightMode: {

0 commit comments

Comments
 (0)