use the same font for the gutter and the editor
This commit is contained in:
parent
011964cced
commit
aa03a915f7
1 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
.ace_editor {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
|
||||
font-family: "Menlo", "Monaco", "Courier New", monospace;
|
||||
font-family: Monaco, "Menlo", "Courier New", monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
|
@ -98,7 +97,6 @@
|
|||
}
|
||||
|
||||
.ace_text-layer {
|
||||
font-family: Monaco, "Courier New", monospace;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue