返信先: 作品タイプ:小説のみフォントを変更したい

#5227
通りすがり
ゲスト

.custom_cat-text .entry-content p {
font-family: “Times New Roman”, “YuMincho”, “Hiragino Mincho ProN”, “Yu Mincho”, “MS PMincho”, serif;
}

これで効かなければ最初の.custom_cat-textを.custom_cat-××(あなたの小説カテゴリのスラッグ)に変更してください。

タイトルも同様に変更したい場合は下記のCSSを追加します。

.custom_cat-text .entry-header h1 {
font-family: “Times New Roman”, “YuMincho”, “Hiragino Mincho ProN”, “Yu Mincho”, “MS PMincho”, serif;
}