Skip to content

Commit f902d85

Browse files
fix: replace font
1 parent d2c36c8 commit f902d85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/loadGoogleFont.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ async function loadGoogleFonts(
4242
style: "normal",
4343
},
4444
{
45-
name: "IBM Plex Mono",
46-
font: "IBM+Plex+Mono:wght@700",
45+
name: "Source Han Serif",
46+
font: "Noto+Serif+SC:wght@700",
4747
weight: 700,
4848
style: "bold",
4949
},

0 commit comments

Comments
 (0)