Skip to content

Commit

Permalink
storybookのfont変更もれ
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o committed Jul 12, 2023
1 parent 088ae09 commit 7ed4cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 7ed4cef

Please sign in to comment.