Skip to content

Commit

Permalink
Merge pull request afonsof#108 from docwhat/pr/monospace-fallback
Browse files Browse the repository at this point in the history
Fallback to Menlo before monospace
  • Loading branch information
afonsof authored Apr 17, 2017
2 parents 5dc4d33 + 6a187c3 commit 9032e5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ table.progress-bar {
}

#main-panel > pre {
font-family: 'Roboto Mono', monospace !important;
font-family: 'Roboto Mono', Menlo, monospace !important;
}

.yui-button {
Expand Down Expand Up @@ -233,7 +233,7 @@ table.progress-bar {

.console-output, .console-output * {
position: relative;
font-family: 'Roboto Mono', monospace !important;
font-family: 'Roboto Mono', Menlo, monospace !important;
font-size: 14px;
background: @console-black;
color: @console-white;
Expand All @@ -245,7 +245,7 @@ table.progress-bar {
}

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

[style^="color:gray"] {
Expand Down

0 comments on commit 9032e5f

Please sign in to comment.