TinyMCE 增加字体系列下拉字体大小 [英] TinyMCE increase font family dropdown font sizes

查看:31
本文介绍了TinyMCE 增加字体系列下拉字体大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道如何增加 TinyMCE 中字体系列下拉"列表项的字体大小?

Does anyone know how I can increase the font size of the 'font family dropdown' list items in TinyMCE?

谢谢!

推荐答案

您将需要创建一个自己的 css 文件并使用 tinymce 配置参数

You will need to create an own css file and use the tinymce configuration parameter

content_css : your_css_file.css,

您的 css 文件必须包含以下内容.您可以在这里调整字体大小

Your css file will have to contain the following. You may adjust the font-size here

.mceMenu span.mceText,.mceMenu .mcePreview {
    font-size: 11px;
}

这篇关于TinyMCE 增加字体系列下拉字体大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆