Skip to content

Commit

Permalink
set font-family to monospace
Browse files Browse the repository at this point in the history
I set the font family for the code to 'monospace' and removed all other font faces from the list. I think that the font face should always be the one that the user chose in the Chrome preferences.
  • Loading branch information
snorpey committed May 1, 2011
1 parent ec18579 commit 1b61a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/shCore.css
Expand Up @@ -46,7 +46,7 @@
vertical-align: baseline !important;
width: auto !important;
box-sizing: content-box !important;
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
font-family: monospace !important;
font-weight: normal !important;
font-style: normal !important;
font-size: 1em !important;
Expand Down

0 comments on commit 1b61a38

Please sign in to comment.