I'm trying to insert a heading on a page and instead of useing the sitewide defaults for the H1, H2, etc selectors, I would like to insert an inline style referencing a different google font.
I have installed the Pagelines googlefont plugin. I was under the assumption I just had to reference like this:
<h4 style="font-family: 'Nothing You Could Do', cursive;">Your Health, Our Mission</h4>
The site picks up the cursive, but doesn't get the correct Google font.
What am I doing wrong?