Hi
Add this to your custom css:
/* BODY FONT */
body,p {
font-family: "Arial Narrow", Arial, sans-serif!important;
}
/* HEADING FONT */
h1, .impact-text,.impact-text-large {
font-family: "Arial Narrow", Arial, sans-serif!important;
}
h2,.blog-item .quote-excerpt {
font-family: "Arial Narrow", Arial, sans-serif!important;
}
h3 {
font-family: "Arial Narrow", Arial, sans-serif!important;
}
h4 {
font-family: "Arial Narrow", Arial, sans-serif!important;
}
h5 {
font-family: "Arial Narrow", Arial, sans-serif!important;
}
h6 {
font-family: "Arial Narrow", Arial, sans-serif!important;
}
– Kyle