Cosmin,
I have the text options uploaded and saved the demo theme option and I do have this
div { font-family:”Din Text Pro Regular”, Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal; }
Please check http://beta.spatialtree.com
However on the site inspecting the text under say ‘incredibly responsive’ title I still see this:
body, h6, #sidebar .widget-heading h3, #header-search input, .header-items h3.phone-number, .related-wrap h4, #comments-list > h3, .item-heading h1, .sf-button, button, input[type=”submit”], input[type=”email”], input[type=”reset”], input[type=”button”], .wpb_accordion_section h3, #header-login input, #mobile-navigation > div, .search-form input {
font-family: “Helvetica”, Arial, Helvetica, Tahoma, sans-serif;
}
***** the same on your demo site comes out to be this ———>
body, h6, #sidebar .widget-heading h3, #header-search input, .header-items h3.phone-number, .related-wrap h4, #comments-list > h4, .item-heading h1, .sf-button, button, input[type=”submit”], input[type=”reset”], input[type=”button”], input[type=”email”], .wpb_accordion_section h3, #header-login input, #mobile-navigation > div, .search-form input {
font-family: “Din Text Pro Regular”, Verdana, sans-serif;
font-weight: normal;
font-style: normal;
******************************************
I can clearly see the difference, please tell me why or how can I fix this??
-Ajay