Fix weak desktop font on Windows
This commit is contained in:
@@ -424,7 +424,7 @@ angular.module('app')
|
||||
}
|
||||
|
||||
if(this.monospaceFont) {
|
||||
if(isMacApplication()) {
|
||||
if(isDesktopApplication()) {
|
||||
editable.style.fontFamily = "Menlo, Consolas, 'DejaVu Sans Mono', monospace";
|
||||
} else {
|
||||
editable.style.fontFamily = "monospace";
|
||||
|
||||
Reference in New Issue
Block a user