Change default font type/size in TinyMCE

前端 未结 5 609
耶瑟儿~
耶瑟儿~ 2021-01-01 18:15

How do you change the default font type and font size in TinyMCE?

I\'m using the advanced skin and I\'ve changed the body, td, pre style in default/cont

5条回答
  •  春和景丽
    2021-01-01 19:19

    Here's another way to resolve this problem.

    By adding your own custom styles into our CSS file by defining tinymce id.

    #tinymce .mceContentBody p {
       font-family: your_font_name !important; 
    }
    

提交回复
热议问题