Hi,
I'm looking to change the font of all the Miscellaneous font instances squarespace uses.
I've changed h1, h2, h3 h4, etc but what is the type selector for Misc fonts? Thanks,
/*Change fonts to Company Font*/
h1,h2,h3,h4 {
font-family: omnes-pro, sans-serif !important;
font-weight: 400;
font-style: normal;
}