Skip to content

Commit

Permalink
フォント指定が記述ミスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
t-yng committed May 25, 2023
1 parent 9133f8a commit 1a5834b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Binary file modified e2e/__snapshots__/post.spec.ts/Mobile-Safari-iPhoneSE.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/__snapshots__/post.spec.ts/chromium.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/components/common/Layout/Layout.tsx
Expand Up @@ -49,7 +49,8 @@ const globals = css`
body {
background-color: ${colors.background};
color: ${colors.textBlack};
font-family: "'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif";
font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
'Hiragino Sans', Meiryo, sans-serif;
margin: 0;
}
h1,
Expand Down
2 changes: 0 additions & 2 deletions src/components/post/Post/Post.tsx
Expand Up @@ -45,8 +45,6 @@ const date = css`
margin-bottom: 0.5rem;
`;

// const content = css``;

const contentGlobal = css`
:global() {
.content h2,
Expand Down

0 comments on commit 1a5834b

Please sign in to comment.