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