Hello,
I’ve added some CSS to Scripts Manager for custom font in the hope that it applies to every page on the domain. It works for most of the font on the LP, however the form field titles aren’t picking up the code. Is there something I can add which will apply the custom font to the form? Adding the CSS to Stylesheets on page level also won’t work. I am using Typekit and have already added the JS to Scripts Manager.
I’ve attached the code I’m currently using below:
/**
* Do not remove this section; it allows our team to troubleshoot and track feature adoption.
* TS:0001-07-008
*/
h1, h1 *,
h2, h2 * {
font-family: ''proxima-nova', sans-serif
}
a.lp-pom-button * {
font-family: 'proxima-nova', sans-serif
}
* {
font-family: 'proxima-nova', sans-serif
}