Merhaba arkadaşlar kullandığım temada H2 h3 h4 h5 h6 için normal puntolar verilmiş

h1 {font-size: 30px;}
h2 {font-size: 26px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 17px;}
h6 {font-size: 15px;}

fakat hepsi normal hiç biri bold değil bunları nasıl kalın hale getirebilirim.

p {
font-size: 16px;
line-height: 27px;
color: #222;
}

h1,h2,h3,h4,h5,h6 {color:#222;}

h1 {font-size: 30px;}
h2 {font-size: 26px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 17px;}
h6 {font-size: 15px;}


.btn {

font-size: 13px;
font-weight:600;


border: solid 1px;

display: inline-block;

text-transform: uppercase; }
.btn:hover { border: solid 1px;}

a img {
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease; }
address,cite,em { font-style: italic; }
strong { font-weight: 600; }
.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; }