I'm having trouble with the font on my website not loading properly. I added the Abel font family to my code, but it doesn't seem to be working. Here is a snippet of what I have tried:
<p style="margin-left: 620px; margin-top: -355px;"
<span style="font-family: 'Abel', sans-serif; font-size: 16px;">Random</span>
</p>
I've experimented with various solutions in CSS, but nothing has seemed to fix the issue. It's a simple concept that I must be missing something on. Additionally, I am using Bootstrap which may be causing the problem. Any insights on how to resolve this would be greatly appreciated. Thank you.