Skip to content

Commit

Permalink
test font preload false
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Jan 29, 2024
1 parent f619ebe commit 643be11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const fontSTKaiti = localFont({
variable: "--font-st-kaiti",
src: "./fonts/STKaiti.woff2",
fallback: ["system-ui"],
preload: false,
});

const MicrosoftClarity = dynamic(() => import("./metrics/microsoft-clarity"), {
Expand Down

0 comments on commit 643be11

Please sign in to comment.