do | 創作・同人サイト制作支援サイト › フォーラム › WordPressテーマ「EASEL」について › 作品タイプ:小説のみフォントを変更したい › 返信先: 作品タイプ:小説のみフォントを変更したい
2025-07-17 00:53
#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;
}