We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16561cb + 14ed6f5 commit 97627a1Copy full SHA for 97627a1
app/layout.tsx
@@ -31,7 +31,10 @@ export default function RootLayout({
31
<head>
32
<PreloadResources />
33
34
- <link rel="stylesheet" href="https://assets.dbplay.app/ibm-plex-sans-tc/css/ibm-plex-sans-tc-default.min.css" />
+ <link
35
+ rel="stylesheet"
36
+ href="https://assets.dbplay.app/ibm-plex-sans-tc/css/ibm-plex-sans-tc-default-swap.min.css"
37
+ />
38
</head>
39
<body
40
className={`
0 commit comments