add remove font family button

This commit is contained in:
Philipp Kühn 2020-11-06 16:39:01 +01:00
parent f757eef539
commit 59dabfbbe6

View File

@ -30,6 +30,9 @@
>
cursive
</button>
<button @click="editor.chain().focus().fontFamily().run()">
Remove font-family
</button>
<editor-content :editor="editor" />
</div>