Hello Mark, thanks for your purchase.
1) First generate modern format for webfont trough this website generator:
https://www.fontsquirrel.com/tools/webfont-generator
* This will guarantee your font works in all browsers.
2) Extract the fonts inside folder “/fonts” (the .woff, .woff2 and .ttf).
3) Add the code below in (css/custom.css):
/* Add here all your CSS customizations */
@font-face {
font-family: 'sansation';
src:url('fonts/sansation.woff') format('woff'),
url('fonts/sansation.woff2') format('woff2'),
url('fonts/sansation.ttf');
font-weight: normal;
font-style: normal;
}
/* OPTION 1 */
/* Change all text of website */
body {
font-family: 'sansation';
}
/* OPTION 2 */
/* Change specific elements. You need to specify what elements */
/* For example change just Headings and links */
h1, h2, h3, h4, h5, h6, a {
font-family: 'sansation';
}
* Note the comments.
Please, try that and let me know if you need further assistance.
Kind Regards,
Rodrigo.
If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads