📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

編集の要約なし
タグ: 手動差し戻し
編集の要約なし
284行目: 284行目:
math {
math {
     font-family: Latin Modern Math !important;
     font-family: Latin Modern Math !important;
}
/* math要素全体のサイズを変更 */
/*math {*/
/*    font-size: 12px;*/
/*}*/
/* mbox要素のフォントサイズを直接指定 */
math mbox {
    font-size: 12px !important;
}
/* より具体的なセレクタを使用する場合 */
.math-formula mbox {
    font-size: 12px !important;
}
}