Fixes font issues with Recursive

This commit is contained in:
Steve Ruiz 2021-06-27 22:30:37 +01:00
parent 121bba5acb
commit bb2268a1f4
9 changed files with 37 additions and 7 deletions

View file

@ -96,7 +96,7 @@ const StyledDocs = styled('div', {
'& pre': {
border: '1px solid $brushStroke',
font: '$ui',
font: '$mono',
fontWeight: 420,
lineHeight: 1.5,
padding: 16,