style(monarch.css): Add monospace default for code

Not every OS has `Consolas` as an installed font, for those browsers, default to `monospace`.
This commit is contained in:
Cole R Lawrence 2016-08-01 11:26:32 -05:00 committed by GitHub
parent 4504c54874
commit 05b73a85a5

View file

@ -201,7 +201,7 @@ pre { border: 1px solid #888
} }
code, pre,dt { font-family: Consolas } code, pre,dt { font-family: Consolas, monospace }
strong { color: black } strong { color: black }
@ -216,4 +216,4 @@ dt { color: navy; margin-top: 2ex; padding: 2px;}
dl dl dt { margin-top: 1ex;} dl dl dt { margin-top: 1ex;}
#documentation .keyword { color: blue; } #documentation .keyword { color: blue; }
#documentation .tag { color: navy; } #documentation .tag { color: navy; }