Skip to content

Commit 823dd07

Browse files
committed
Improve monospace stack
1 parent 9609417 commit 823dd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-console.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$monospace: "Menlo", "Consolas", "DejaVu Sans Mono", monospace;
1+
$monospace: 'Menlo', 'Andale Mono', 'DejaVu Sans Mono', 'Droid Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
22

33
$background-color: #efefef;
44
$prompt-color: #444;

0 commit comments

Comments
 (0)