Skip to content

Commit

Permalink
Apply font to whole ace_editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Bagdon committed Dec 20, 2016
1 parent d30af29 commit a9fd57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700,500,300);

:not(div.ace_content) {
:not(div.ace_editor) {
font-family: 'Roboto', sans-serif !important;
outline: none;
}
Expand Down Expand Up @@ -244,7 +244,7 @@ table.progress-bar {
padding: 10px 20px;
}

.ace_content {
.ace_editor {
font: 12px/normal 'Roboto Mono', monospace;
}

Expand Down

0 comments on commit a9fd57e

Please sign in to comment.