Add this to your custom CSS
body,p {
font-family: "museo-slab"!important;
}
/* HEADING FONT */
h1, .impact-text,.impact-text-large {
font-family: "museo-slab"!important;
}
h2,.blog-item .quote-excerpt {
font-family: "museo-slab"!important;
}
h3 {
font-family: "museo-slab"!important;
}
h4 {
font-family: "museo-slab"!important;
}
h5 {
font-family: "museo-slab"!important;
}
h6 {
font-family: "museo-slab"!important;
}
/* MENU FONT */
#main-nav, #header nav, #vertical-nav nav, .header-9#header-section #main-nav, #overlay-menu nav, #mobile-menu, #one-page-nav li .hover-caption {
font-family: "museo-slab"!important;
}
Change museo-slab to your font
– Kyle