Adjust default fonts (#5146)

* Adjust default fonts

* Adjust default ratio
This commit is contained in:
Karl Burtram
2019-04-22 17:30:16 -07:00
committed by GitHub
parent 5e62229f25
commit 32374f264f
9 changed files with 20 additions and 12 deletions

View File

@@ -2585,7 +2585,9 @@ export const EDITOR_FONT_DEFAULTS = {
),
fontWeight: 'normal',
fontSize: (
platform.isMacintosh ? 12 : 14
// {{SQL CARBON EDIT}} - change default font size
//platform.isMacintosh ? 12 : 14
12
),
lineHeight: 0,
letterSpacing: 0,

View File

@@ -76,7 +76,8 @@
}
.monaco-workbench .part > .content {
font-size: 13px;
/* {{SQL CARBON EDIT}} */
font-size: 12px;
}
.monaco-workbench .part > .content > .monaco-progress-container,