mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Merge pull request #25570 from jhasse/system-ui
Use Chromium's new system-ui font alias
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
},
|
||||
"markdown.preview.fontFamily": {
|
||||
"type": "string",
|
||||
"default": "-apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif",
|
||||
"default": "system-ui",
|
||||
"description": "%markdown.preview.fontFamily.desc%"
|
||||
},
|
||||
"markdown.preview.fontSize": {
|
||||
|
||||
Reference in New Issue
Block a user