update code font. remove hacks for previous font.

This commit is contained in:
Randy Edmunds 2012-09-14 14:18:30 -07:00
Родитель ade675b32d
Коммит ddfe03078d
2 изменённых файлов: 1 добавлений и 3 удалений

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

@ -115,18 +115,16 @@
// line-height must be specified in px not em because the code font and line number font sizes are different.
// Sizing via em will cause the code and line numbers to misalign
line-height: 15px;
font-size: 12px;
font-family: 'SourceCodePro', monospace;
}
.code-font-win() {
.code-font();
font-size: 13px; /* < > chars look horrible at 12px */
letter-spacing: -1px; /* temporary until spacing is fixed */
}
.code-font-mac() {
.code-font();
font-size: 12px;
}
.code-cursor() {

Двоичный файл не отображается.