You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Chore: Increase strength of Setting
s types (#10605)
This commit is contained in:
@ -50,7 +50,7 @@ interface Props {
|
||||
}
|
||||
|
||||
function fontFamilyFromSettings() {
|
||||
const font = editorFont(Setting.value('style.editor.fontFamily'));
|
||||
const font = editorFont(Setting.value('style.editor.fontFamily') as number);
|
||||
return font ? `${font}, sans-serif` : 'sans-serif';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user