From d96b2db3a55ee3101448c8e7f1bfe5d1cac85ed7 Mon Sep 17 00:00:00 2001 From: tylerapfledderer Date: Tue, 24 Oct 2023 17:07:54 -0400 Subject: [PATCH] style(theme): update font styling for mono text --- src/@chakra-ui/gatsby-plugin/styles.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/@chakra-ui/gatsby-plugin/styles.ts b/src/@chakra-ui/gatsby-plugin/styles.ts index a359730fc36..ff7af852b4d 100644 --- a/src/@chakra-ui/gatsby-plugin/styles.ts +++ b/src/@chakra-ui/gatsby-plugin/styles.ts @@ -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", }, }), }