データを読み込み中...
@@ -122,9 +118,7 @@ const PurchaseReportPage = () => { return ({error}
} diff --git a/view/next-project/src/styles/globals.css b/view/next-project/src/styles/globals.css index 9a5361e76..2ef5aacd9 100644 --- a/view/next-project/src/styles/globals.css +++ b/view/next-project/src/styles/globals.css @@ -84,4 +84,9 @@ ::file-selector-button { border-color: var(--color-gray-200, currentcolor); } + + body { + font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', + 'Noto Sans JP', sans-serif; + } } diff --git a/view/next-project/src/utils/fonts.ts b/view/next-project/src/utils/fonts.ts deleted file mode 100644 index c13848c1a..000000000 --- a/view/next-project/src/utils/fonts.ts +++ /dev/null @@ -1,6 +0,0 @@ -import localFont from 'next/font/local'; - -export const notoSansJP = localFont({ - src: '../../public/fonts/NotoSansJP-Regular.ttf', - display: 'swap', -}); From 01034be1c35ea22c6f3def095d21f5f292aa5962 Mon Sep 17 00:00:00 2001 From: TkymHrt <23.h.takayama.nutfes@gmail.com> Date: Wed, 14 Jan 2026 00:25:38 +0900 Subject: [PATCH 4/4] =?UTF-8?q?fix:=20NotoSans=E3=83=95=E3=82=A9=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=82=92=E5=86=8D=E9=81=A9=E5=BF=9C=EF=BC=88next.js,?= =?UTF-8?q?=20Issue,=20#86792=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/next-project/next-env.d.ts | 2 +- view/next-project/package.json | 6 +++--- view/next-project/src/pages/_app.tsx | 23 ++++++++++++++++------- view/next-project/src/pages/_document.tsx | 11 +++-------- view/next-project/src/styles/globals.css | 7 +++++-- 5 files changed, 28 insertions(+), 21 deletions(-) diff --git a/view/next-project/next-env.d.ts b/view/next-project/next-env.d.ts index 552b2a0c7..7996d352f 100644 --- a/view/next-project/next-env.d.ts +++ b/view/next-project/next-env.d.ts @@ -1,6 +1,6 @@ ///