Merge pull request #1643 from adobe/randy/new-code-font

temporarily use letter-spacing:-1px for code font on Windows
This commit is contained in:
Glenn Ruehle 2012-09-13 14:57:28 -07:00
Родитель cb5765e4e3 ade675b32d
Коммит a8db4331bd
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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() {