I am trying to apply custom fonts on my web-page, but some fonts are not applying. Can anyone help me please?
Here's the code:
CSS:
@font-face {
font-family: 1-ProLook_Athletic;
src: url('Fonts/QStrikeFonts/1-ProLook_Athletic.TTF');
}
HTML:
<div style="font-size:35px; font-Family: 1-ProLook_Athletic">
The quick brown fox
</div>