请问如何在vue-quill-editor中添加中文字体?
作者: zhongzhaoxi创建于 2018年1月17日更新于 2024年11月27日
标签中文教程
我在vue文件中添加了以下代码: const Font = Quill.import('attributors/style/font') Font.whitelist = ['Arial', 'serif', 'sans-serif', '宋体', '黑体', 'Microsoft YaHei', 'monospace', 'cursive'] Quill.register('formats/font', Font); 但是字体选项中仍然没有出现我设置的字体选项,请帮我解决这个问题。
内容来源: surmon-china/vue-quill-editor