mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Adjust default fonts (#5146)
* Adjust default fonts * Adjust default ratio
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user