Skip to content

Commit 60f86bb

Browse files
committed
Fix monospace font in code previews in the docs
1 parent 296e73f commit 60f86bb

File tree

1 file changed

+1
-1
lines changed
  • src/gatsby-theme-docz/theme/prism

1 file changed

+1
-1
lines changed

src/gatsby-theme-docz/theme/prism/light.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
plain: {
3-
fontFamily: 'var(--rui-code-font-family)',
3+
fontFamily: 'var(--rui-font-family-monospace)',
44
fontSize: '1rem',
55
lineHeight: 1.45,
66
color: '#393A34',

0 commit comments

Comments
 (0)