• <b><strong>を入れているのですが、太字になりません・・・。
    いろいろと調べた結果、cssの以下の「b, strong」の「font-weight:normal」をコメントアウトすると大丈夫、と書いてあったのですが、それでも太字になりません。

    ご教授いただけますと幸いです。
    何卒宜しくお願い致します。

    ▼以下、cssの該当すると思われる部分です。

    /*--------------------------------------------------------------
    2.0 Typography
    --------------------------------------------------------------*/
    body,
    button,
    input,
    select,
    textarea {
    	color: #333;
    	font-family: Optima, 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3';
    	font-size: 16px;
    	font-size: 1.6rem;
    	line-height: 1.5;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    	clear: both;
    	font-weight: Apple TP;
    }
    
    p {
    	margin-bottom: 1.5em;
    }
    
    b,
    strong {
    	font-weight: normal;
    }
1件の返信を表示中 - 1 - 1件目 (全1件中)
1件の返信を表示中 - 1 - 1件目 (全1件中)
  • トピック「太字になりません」には新たに返信することはできません。