13,002
回編集
編集の要約なし |
編集の要約なし |
||
501行目: | 501行目: | ||
/* | /* texやmboxで表示される日本語文字用 */ | ||
.mwe-math-element { | .mwe-math-element .texhtml { | ||
font-size: | font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif !important; | ||
font-size: 1em !important; /* 文字サイズを調整 */ | |||
display: inline-block; /* インラインブロック要素として表示 */ | |||
vertical-align: middle; /* 垂直方向の位置調整 */ | |||
margin: 0 0.2em; /* 前後の余白調整 */ | |||
} | } | ||