mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
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:
parent
4504c54874
commit
05b73a85a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue