feat: use stylekit fonts for the editor

This commit is contained in:
Baptiste Grob
2021-02-10 10:42:45 +01:00
parent 841077ce21
commit 5cb3bbf435
4 changed files with 14 additions and 19 deletions

View File

@@ -209,7 +209,7 @@
on-load='self.onEditorLoad',
application='self.application'
)
textarea#note-text-editor.editable(
textarea#note-text-editor.editable.font-editor(
dir='auto',
ng-attr-spellcheck='{{self.state.spellcheck}}',
ng-change='self.contentChanged()',