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 のソース コード ビューで、HTML を表示するときにモノスペース フォントを使用するように設定するにはどうすればよいですか?
tinymceをホストしていたページに次のスタイルを追加しました
textarea.mce-textbox { font-size: 11px; font-family: "Courier New", Courier, monospace; }