removed display: swap from next font

This commit is contained in:
Khalim Conn-Kowlessar 2023-10-05 11:43:13 +01:00
parent 0838ef3f59
commit 971ed5a5aa

View file

@ -11,7 +11,7 @@ import { Inter } from "next/font/google";
// If loading a variable font, you don't need to specify the font weight
const inter = Inter({
subsets: ["latin"],
display: "swap",
// display: "swap",
});
export const metadata = {