本文テキストの変更
本文テキストの変更
code:style.css
@media screen {
/* 本文のフォント設定: 文字サイズ */
.app:not(.presentation) .editor { font-size: 115% }
/* 本文のフォント設定: 文字詰め */
.line .text:not(.code-block) { font-feature-settings: "pkna" }
/* 本文のフォント設定: 行間 */
.app:not(.presentation) .line .text:not(.code-block) { line-height: 1.8 }
.line .indent-mark .dot { top: calc(100% - .2em) }
/* 本文のフォント設定: フォント */
.editor{
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif !important; /* フォントをメイリオ優先にする */
} }
関連