Skip to content

Commit 26245f6

Browse files
revert(theme/typography): add back monospace stack
1 parent cc66785 commit 26245f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/@chakra-ui/gatsby-plugin/foundations/typography.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ const typography = {
22
fonts: {
33
heading: "Inter, sans-serif",
44
body: "Inter, sans-serif",
5+
monospace:
6+
"SFMono-Regular, Consolas, 'Roboto Mono', 'Droid Sans Mono', 'Liberation Mono', Menlo, Courier, monospace",
57
},
68

79
lineHeights: {

0 commit comments

Comments
 (0)