mirror of https://github.com/laurent22/joplin.git
Chore: No need to warn about falling back to the default font
parent
8d66322c94
commit
b4aa418276
|
@ -82,7 +82,7 @@ function editorFont(fontId) {
|
|||
[Setting.FONT_MONOSPACE]: 'monospace',
|
||||
};
|
||||
if (!fontId) {
|
||||
console.warn('Editor font not set! Falling back to default font."');
|
||||
// console.warn('Editor font not set! Falling back to default font."');
|
||||
fontId = Setting.FONT_DEFAULT;
|
||||
}
|
||||
return fonts[fontId];
|
||||
|
|
Loading…
Reference in New Issue