fix: font family updates on new editor
mellbacon committed
Jul 16, 2023 at 11:28 UTC
b87a233bd90b8ecb75178c68409c49125e399a72
1 file changed
+1
src/lib/Editor.svelte
+1
@@ -82,6 +82,7 @@
82
})
83
editorView.contentDOM.classList.add("mousetrap");
84
setEditorFontSize(await appSettings.get("editor.fontSize"));
85
+ setEditorFontFamily(await appSettings.get("editor.fontFamily"));
86
});
87
88
let _ = null;