Skip to content

Commit

Permalink
add Consolas as a font family
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Sep 21, 2023
1 parent 8bfeb29 commit 75a8129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/ThemeViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const TreeItem = styled(MuiTreeItem)({
backgroundColor: lighten(blueDark[900], 0.1),
},
[`& .${treeItemClasses.label}`]: {
fontFamily: 'Menlo',
fontFamily: 'Menlo, Consolas',
fontSize: '0.825rem',
},
},
Expand Down

0 comments on commit 75a8129

Please sign in to comment.