I'm not sure if anyone has experience with this or not but....
If you look at:
http://canvas3.swampedmagazine.com/?page_id=25
and select a 'job' (other then Sales Director) that the headings within the job posting are stylized using Typekit but the main headings are not styled correctly. The CSS that Typekit inserts is overridden by the GF CSS. I would like to avoid actually going into any of the core GF CSS and am wondering if there is a way to tell gravity forms not to add any Font selection.
I.E. This gets precedence....
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
font-family:Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
}
Over this.....
#ComingSoon h1, #Tagline h2, .gform_wrapper h3, .gform_wrapper h3.gform_title, .tk-angie-sans, h2 {
font-family:"angie-sans-1","angie-sans-2",sans-serif;
}
If anyone had any tips or ideas I would love to hear them.
Many thanks.