Merge pull request #25570 from jhasse/system-ui

Use Chromium's new system-ui font alias
This commit is contained in:
Daniel Imms
2017-05-15 13:20:56 -07:00
committed by GitHub
5 changed files with 4 additions and 6 deletions

View File

@@ -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": {