зеркало из https://github.com/mozilla/brackets.git
update code font. remove hacks for previous font.
This commit is contained in:
Родитель
ade675b32d
Коммит
ddfe03078d
|
@ -115,18 +115,16 @@
|
||||||
// line-height must be specified in px not em because the code font and line number font sizes are different.
|
// 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
|
// Sizing via em will cause the code and line numbers to misalign
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
|
font-size: 12px;
|
||||||
font-family: 'SourceCodePro', monospace;
|
font-family: 'SourceCodePro', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.code-font-win() {
|
.code-font-win() {
|
||||||
.code-font();
|
.code-font();
|
||||||
font-size: 13px; /* < > chars look horrible at 12px */
|
|
||||||
letter-spacing: -1px; /* temporary until spacing is fixed */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.code-font-mac() {
|
.code-font-mac() {
|
||||||
.code-font();
|
.code-font();
|
||||||
font-size: 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.code-cursor() {
|
.code-cursor() {
|
||||||
|
|
Двоичные данные
src/styles/fonts/SourceCodePro/SourceCodePro-Regular.ttf
Двоичные данные
src/styles/fonts/SourceCodePro/SourceCodePro-Regular.ttf
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче