From 8ff251a09d3c2628d13f26fcc26e279c76223f57 Mon Sep 17 00:00:00 2001 From: k8o <61353435+k35o@users.noreply.github.com> Date: Sun, 22 Sep 2024 11:02:22 +0900 Subject: [PATCH] font display optional --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0e12916c..d499cca9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,6 +11,7 @@ import { Metadata } from 'next'; const font = M_PLUS_2({ subsets: ['latin'], + display: 'optional', }); const subFont = Noto_Sans_JP({