TinyMCE投稿欄のフォント種類をカスタマイズしました。
/* Additional default styles for the editor */
html {
cursor: text;
}
html.ios {
height: 100%;
}
.ios body#tinymce {
height: 200%;
max-width: none;
}
body {
font-family: “メイリオ”, “Meiryo”, Georgia, “Times New Roman”, “Bitstream Charter”, Times, serif;
font-size: 13px;
line-height: 1.5;
color: #333;
margin: 9px 10px;
max-width: 100%;
-webkit-font-smoothing: antialiased !important;