How to add a new font in tinymce editor?

后端 未结 4 1334
甜味超标
甜味超标 2021-01-01 13:47

I want to add new font in tinymce editor which are display in font dropdown and apply to editor text.

I try to add ttf font in

4条回答
  •  鱼传尺愫
    2021-01-01 14:30

    You need to set the theme_advanced_fonts configuration parameter according to your needs. In case you need to add the font to the editor iframe head contect.css with @font-face is the right way.

提交回复
热议问题