Skip to content

Commit

Permalink
fix: 스토리북 폰트 때문에 패딩 이상해지는 문제 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
feb-dain committed Nov 12, 2023
1 parent 5665ed7 commit 6092389
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const config: StorybookConfig = {
name: '@storybook/react-webpack5',
options: {},
},
previewHead: (head) => `${head}`,
docs: {
autodocs: 'tag',
},
Expand Down
4 changes: 4 additions & 0 deletions frontend/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap"
/>

0 comments on commit 6092389

Please sign in to comment.