Skip to content

Commit 1ef3777

Browse files
committed
refactor: use font-display: swap for IBM Plex Sans TC
1 parent 16561cb commit 1ef3777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function RootLayout({
3131
<head>
3232
<PreloadResources />
3333

34-
<link rel="stylesheet" href="https://assets.dbplay.app/ibm-plex-sans-tc/css/ibm-plex-sans-tc-default.min.css" />
34+
<link rel="stylesheet" href="https://assets.dbplay.app/ibm-plex-sans-tc/css/ibm-plex-sans-tc-default-swap.min.css" />
3535
</head>
3636
<body
3737
className={`

0 commit comments

Comments
 (0)