mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-27 19:08:21 +01:00
Add default standalone editor font
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
|
||||
/* -------------------------------- Begin vs tokens -------------------------------- */
|
||||
|
||||
/* Default standalone editor font */
|
||||
.monaco-editor {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", "Ubuntu", "Droid Sans", sans-serif;
|
||||
}
|
||||
|
||||
.monaco-editor.vs .token.terminal { color: #e00000; }
|
||||
.monaco-editor.vs .token.terminal.code1 { font-weight: bold; }
|
||||
.monaco-editor.vs .token.variable { color: #001188; }
|
||||
|
||||
Reference in New Issue
Block a user