Hello,
If you have this font as TTF, you would need to use @font-face. Our template Hot Sportal is using this technology to load a custom font (Sansation). You should copy font files, then link to them using @font-face in css file:
www.w3schools.com/cssref/css3_pr_font-face_rule.asp
Finally, you will be able to use this font in your css classes.
Best regards,
Milos