Hey, anyone can help with my profiles font? I use Google Font which works now, and I'm trying to use the "Special Elite" text, but no matter what it just doesn't work and goes to a sans text I think, I'm not much of a coder, so I can't figure out what's happening, but I hope this communty can help with this issue,
heres the code:
<style>
@googlefonts ('https://fonts.google.com/specimen/Special+Elite&display=swap');
*{
font-family: 'Special Elite', cursive;
font-size: 13px;
color: #FF0000;
text-align: center;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Special Elite', cursive;
font-size: 19px;
color: #FF0000;
}
</style>
if theirs any mistakes you can find with this text, please say so and give me a better code if possible, thank you if you read this far!
- HellCat