Hi ag0g0girl,
To set the google font for a paragraph, please follow this:
Open the article, change to HTML view, your article should be inside a <p> tag. Now you want a paragraph to perform in google font, you add a class for the paragraph, something like this:
<p class=”myfont”> ……. your article’s content….. </p>
Then go to templatesja_cloriscsstemplate.css and add these lines:
[PHP]p.myfont{
font-family: ‘Schoolbell’, serif;
}[/PHP]
Schoolbell is the google font name. It has been set in the template manager, you inherit this font from choosing the font for the menu or the heading.
Then remember to clear the cache to see the result.