Skip to content

Commit

Permalink
typography fix for better legibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wprater committed Dec 11, 2016
1 parent 2d1f793 commit f81aeed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/vs/workbench/electron-browser/media/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
-webkit-user-select: none;
}

@media (min-resolution: 192dpi) {
.monaco-shell {
-webkit-font-smoothing: antialiased;
}
}

/* Font Families (with CJK support) */

.monaco-shell { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", "Ubuntu", "Droid Sans", sans-serif; }
Expand Down

0 comments on commit f81aeed

Please sign in to comment.