Skip to content

Commit 97627a1

Browse files
authored
Merge pull request #5 from database-playground/pan93412/dbp-13-optimize-font-display-of-admin-frontend
2 parents 16561cb + 14ed6f5 commit 97627a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/layout.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ 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
35+
rel="stylesheet"
36+
href="https://assets.dbplay.app/ibm-plex-sans-tc/css/ibm-plex-sans-tc-default-swap.min.css"
37+
/>
3538
</head>
3639
<body
3740
className={`

0 commit comments

Comments
 (0)