Hi guys,
I have selected Lobster for the Heading and Kameron for the body text. This used to work fine, but suddenly they have been replaced by a standard Helvetica:
http://www.wildbunchindustries.com
Are these also stored in dynamic-css.php? Or somewhere else? I have already changed the permissions of this file to 777 and I’ve upgraded the theme to 1.8.4
I think it has something to do with the server settings…
Regards,
Bas
Hi,
Please add this on your custom.css or Quick CSS
body {
font-family: 'Kameron', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
font-family: 'Lobster', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
Regards,
Ismael
Hi Ismael,
Thanks!
Bas