diff --git a/frontend/src/components/content_value/ContentEditor.vue b/frontend/src/components/content_value/ContentEditor.vue index e769efe..5c0da2f 100644 --- a/frontend/src/components/content_value/ContentEditor.vue +++ b/frontend/src/components/content_value/ContentEditor.vue @@ -58,7 +58,7 @@ const readonlyValue = computed(() => { const pref = usePreferencesStore() onMounted(async () => { if (editorRef.value != null) { - const { fontSize, fontFamily = undefined } = pref.generalFont + const { fontSize, fontFamily = undefined } = pref.editorFont editorNode = monaco.editor.create(editorRef.value, { // value: props.content, theme: pref.isDark ? 'rdm-dark' : 'rdm-light',