stylesheet.css içindeki satırlarım. Bu dpsyaların hepsi fonts un içinde.

@font-face {
font-family: '00327regular';
src: url('fonts/00327-webfont.eot');
src: url('fonts/00327-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/00327-webfont.woff2') format('woff2'),
url('fonts/00327-webfont.woff') format('woff'),
url('fonts/00327-webfont.ttf') format('truetype'),
url('fonts/00327-webfont.svg#00327regular') format('svg');
font-weight: normal;
font-style: normal;

}

index.html deki css tanımlamalarım.








ve main css deki body kısmı
body {
font-size: 16px;
font-family: '00327regular';
line-height:1.68;
font-weight: 400;
color: #555;
background-color: #fff;

h1,
h2,
h3,
h4,
h5,
h6{
font-family: '00327regular';
line-height: 1;
font-weight: 300;
color: #414141;
}