Hello,
For my website i would like to use a custom font all H captions. I am using the following code, but this does not work:
@font-face {
font-family: ‘RelayComp-Black’;
url(‘css/fonts/RelayComp-Black.ttf’) format(‘truetype’);
font-weight: normal;
font-style: normal;
}
h1,h2,h3,h4,h5,h6{
font-family:”RelayComp-Black”;
}