Hi @ramsey1971,
I have added CSS code in the custom.css (ja_vital/local/css/) to load custom font and can use in your website.
@font-face {
font-family: 'AscentProLight';
src: url('../../fonts/ascentprolight/font.woff2') format('woff2'),
url('../../fonts/ascentprolight/font.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'AscentProLight', sans-serif;
}
Reload your website to view the change.