Hey there, I could really use some help with getting @font-face to work properly. Despite trying numerous solutions, I still seem to be missing something.
If anyone can spot what I'm doing wrong, please let me know!
@font-face {
font-family: "Asbah";
src: url('http://www.dafont.com/asbah.font.ttf') format ('truetype'),
url('http://www.dafont.com/asbah.font.woff2') format('woff2'),
url('http://www.dafont.com/asbah.font.woff') format('woff'),
p {
font-family: 'Asbah';
font-size: 12px;
}
<p>
Hello, this is the Asbah font... but unfortunately it's not working properly.
<p>