Do you mind helping me out with this? I keep trying to change the body font of my website using Google fonts, but none of the custom CSS code im using is working. How did you resolve it?
Change Body Font
Started by
audaciouscreate
, Nov 22 2010 12:47 PM
3 replies to this topic
#1
Posted 28 February 2011 - 03:46 AM
#2
Posted 02 March 2011 - 12:11 PM
Hi Theres,
With the new PlatformPro upgrade, it's really easy.
Just choose the font you want from the drop down menu and it's done.
If you're still using an older version you need to do two things.
Go to the Google Fonts page and copy the name of the font you want.
Head back to your site and paste that name ie 'Cantarell' into the Google Font Families box.
The CSS I used was
body{
font-family: '?????', arial;
font-size: 13px}
Just replace the ????? with the name of the font you want.
Do make sure it has the ' ' around it or it won't work.
Hope this helps
Stu










