Skip to content

Commit

Permalink
style(theme): update font styling for mono text
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerAPfledderer committed Oct 24, 2023
1 parent e327039 commit d96b2db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/@chakra-ui/gatsby-plugin/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ const styles = {
visibility: "visible",
},
"pre, code, kbd, samp": {
fontSize: "0.8em",
lineHeight: "1.1rem",
fontFamily: "SFMono-Regular,Menlo,Monaco,Consolas,monospace",
fontSize: "md",
lineHeight: "base",
fontFamily: "monospace",
},
}),
}
Expand Down

0 comments on commit d96b2db

Please sign in to comment.