Ive got a Tabs section on this page http://dharmacottageyoga.com/luxury-yoga-retreats/
front end password = lennox
I want the tab heading to be the same font as the headings (ie Playfair Display)
I’ve tried lots of combo and can’t seem to get it – here is what is currently in the custom css
.tab_titles { font: Playfair Display;
font-size: 18px;
}
the font size is taking but not the typeface
I worked it out
custom css should be
.tab_titles { font-family: Playfair Display;
font-size: 24px;
}