mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Remove droid sans fallback from default markdown font fallback
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
},
|
||||
"markdown.preview.fontFamily": {
|
||||
"type": "string",
|
||||
"default": "'Segoe WPC', 'Segoe UI', 'SFUIText-Light', 'HelveticaNeue-Light', sans-serif, 'Droid Sans Fallback'",
|
||||
"default": "'Segoe WPC', 'Segoe UI', 'SFUIText-Light', 'HelveticaNeue-Light', sans-serif",
|
||||
"description": "%markdown.preview.fontFamily.desc%"
|
||||
},
|
||||
"markdown.preview.fontSize": {
|
||||
|
||||
Reference in New Issue
Block a user