From 7ed4cef257a0845429d847f87dbc1cd19dcc6f77 Mon Sep 17 00:00:00 2001 From: Koki Sakano Date: Wed, 12 Jul 2023 11:23:10 +0900 Subject: [PATCH] =?UTF-8?q?storybook=E3=81=AEfont=E5=A4=89=E6=9B=B4?= =?UTF-8?q?=E3=82=82=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .storybook/preview.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index 22968cdb..1c251d6a 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -2,9 +2,9 @@ import React from 'react'; import type { Preview } from '@storybook/react'; import '../src/app/globals.css'; import { AppProvider } from '../src/app/provider'; -import { Fredoka } from 'next/font/google'; +import { M_PLUS_2 } from 'next/font/google'; -const font = Fredoka({ subsets: ['latin'] }); +const font = M_PLUS_2({ subsets: ['latin'] }); const preview: Preview = { parameters: {