/*
 Theme Name: jstorkse-child
 Template: jstorkse
 Text Domain: jstorkse-child
*/
/* サイト全体の文字色を黒に設定 */
body {
    color: #000000 !important;
}
/* 特定のテキストにGoogle Fontを適用 */
.entry-content .zen-old-mincho {
    font-family: 'Zen Old Mincho', sans-serif !important; /* ここにGoogle Fontの名前を記述 */
    /* 例: font-family: 'Noto Sans JP', sans-serif; */
    /* 必要であれば、フォントの太さやスタイルも指定 */
    /* font-weight: bold; */
    /* font-style: italic; */
}