Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TinyMCE の「フォント ファミリー ドロップダウン」リスト項目のフォント サイズを大きくする方法を知っている人はいますか?
ありがとう!
独自の css ファイルを作成し、tinymce 構成パラメーターを使用する必要があります。
content_css : your_css_file.css,
css ファイルには、次のものが含まれている必要があります。ここでフォントサイズを調整できます
.mceMenu span.mceText,.mceMenu .mcePreview { font-size: 11px; }