diff --git a/static/editor.less b/static/editor.less index c4b762ace..8edb0e551 100644 --- a/static/editor.less +++ b/static/editor.less @@ -8,7 +8,7 @@ -webkit-user-select: none; position: relative; z-index: 0; - font-family: Inconsolata, Monaco, Courier; + font-family: Inconsolata, Monaco, Consolas, Courier; line-height: 1.3; } diff --git a/static/jasmine.less b/static/jasmine.less index 5ebb8cf94..7c2084807 100644 --- a/static/jasmine.less +++ b/static/jasmine.less @@ -20,7 +20,7 @@ body { list-style: none; } -#HTMLReporter { font-size: 11px; font-family: Monaco, monospace; line-height: 1.6em; color: #333333; } +#HTMLReporter { font-size: 11px; font-family: Monaco, Consolas, monospace; line-height: 1.6em; color: #333333; } #HTMLReporter #jasmine_content { position: fixed; right: 100%; } #HTMLReporter .symbolHeader { diff --git a/static/variables/ui-variables.less b/static/variables/ui-variables.less index 34304de8c..05019667f 100644 --- a/static/variables/ui-variables.less +++ b/static/variables/ui-variables.less @@ -81,4 +81,4 @@ // Other -@font-family: 'Lucida Grande', Arial, sans-serif; +@font-family: 'Lucida Grande', 'Segoe UI', sans-serif;