Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

CSS Font Issue in posts

Home / Forums / Virtue Theme / CSS Font Issue in posts

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
October 24, 2014 at 8:59 am

I am using custom CSS to change the font for all of my headings. It’s working fine on the pages, but on every post the custom font is not displaying anywhere. This happens in multiple browsers. When I look at the CSS in Firebug, it looks like it should be applying, but it’s not.

The troubleshooting I’ve done so far:
Turned off all plugins
Set all Google Font options to Arial

Here is my CSS:
@font-face {
font-family: Saint Andrews;
src: url(st-andrews.ttf);
}

header #logo a.brand, .logofont {
font-family: Saint Andrews !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Saint Andrews !important;
}

#nav-main, .nav-main {
border-bottom: solid;
border-bottom-width: thin;
}

.widget {
font-size: 14px;
}

.widget-inner H3 {
font-size: 45px;
background-image: url(‘
height: 50px;
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.