Skip to content

Commit

Permalink
use font smooth subpixel-antialiased
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Aug 5, 2021
1 parent 3b746d4 commit 6c9474f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/components/markdown/MarkdownElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const Root = styled('div')(({ theme }) => ({
...theme.typography.body2,
lineHeight: '20px',
fontFamily: theme.typography.fontFamilyCode,
WebkitFontSmoothing: 'subpixel-antialiased',
},
// // code blocks
// '& pre code': {
Expand Down

0 comments on commit 6c9474f

Please sign in to comment.