Skip to content

Commit

Permalink
#17 [Fix] safari font
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbis committed Aug 7, 2022
1 parent 9e223ba commit e901a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SaveRecord/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const DateText = styled.p`
font-size: ${({ theme: { font } }) => font.size.semiMedium};
color: ${({ theme: { color } }) => color.greenDarker};
${applyMediaQuery('mobile')} {
font-family: 'Noto';
font-family: 'Noto', [monospace];
font-size: ${({ theme: { font } }) => font.size.regular};
font-weight: ${({ theme: { font } }) => font.weight.semiBold};
padding: 2.6rem 0rem 2rem 2rem;
Expand Down

0 comments on commit e901a29

Please sign in to comment.