Thanks @gary-barrett that worked great!
Another(!) font question. I figured a way to make the page titles red and to display tahoma where possible and arial when not.
Not 100% this is correct:
.page-title, .entry-title, .entry-title {
font-family: “tahoma”, Arial, sans-serif;
color: #BA0C2F;
}
Is there a way to use a google font as the page title e.g. Anton with arial etc as backup? if i try with the above they it doesn’t stick.
Thanks in advance.