diff options
Diffstat (limited to 'src/common/styles/fonts.ts')
| -rw-r--r-- | src/common/styles/fonts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/styles/fonts.ts b/src/common/styles/fonts.ts index bf78bf7..a88a7d3 100644 --- a/src/common/styles/fonts.ts +++ b/src/common/styles/fonts.ts @@ -2,7 +2,7 @@ import { Inter } from "next/font/google"; export const inter = Inter({ subsets: ["latin"], - display: "fallback", + preload: true, weight: ["400", "500", "600", "700"], variable: "--font-inter", }); |
