Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
temporarily use letter-spacing:-1px for code font on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
redmunds committed Sep 13, 2012
1 parent d581ae5 commit ade675b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/brackets_theme_default.less
Expand Up @@ -121,6 +121,7 @@
.code-font-win() {
.code-font();
font-size: 13px; /* < > chars look horrible at 12px */
letter-spacing: -1px; /* temporary until spacing is fixed */
}

.code-font-mac() {
Expand Down

0 comments on commit ade675b

Please sign in to comment.