フォーラムへの返信

1件の返信を表示中 - 1 - 1件目 (全1件中)
  • フォーラム: 使い方全般
    返信が含まれるトピック: style.cssの反映について
    トピック投稿者 quimd1m

    (@quimd1m)

    @ishitakaさま

    ご返信ありがとうございます。
    確認しましたがコメントは閉じてありました。
    デフォルトテーマ「Twenty Sixteen」のstyle.cssをそのまま使用しているので、
    フォントサイズのみ変更しています。
    <変更前>
    .entry-title {
    font-family: Montserrat, “Helvetica Neue”, sans-serif;
    font-size: 22px; 
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em;
    }

    <変更後>
    .entry-title {
    font-family: Montserrat, “Helvetica Neue”, sans-serif;
    font-size: 22px; 
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em;
    }

1件の返信を表示中 - 1 - 1件目 (全1件中)