tfalkowski 0 Report post Posted March 12, 2011 There appear to be many more fonts available on from Google than are offered in the typography drop down menus. How do I go about adding the other fonts to my font list? Thanks in advance, -Thomas Share this post Link to post Share on other sites
kastelic 6 Report post Posted March 12, 2011 I'm not sure how you would add it to the list, but you could add a font manually in the "headerscripts" section (see Google fonts api page for the code) and then style elements accordingly in the Custom Css area. Share this post Link to post Share on other sites
djb21au 0 Report post Posted March 13, 2011 Great - had been wondering the same thing and got it working for me. From the Google Fonts page, click on the font you want to use, then on the 'Use this Font' tab. Copy the first line of code into 'Headerscripts' as Jimmy says. It's under Custom Code, second section down. Then use the second bit of code in the customer CSS section, applying it to the relevant style you want to use. So, for instance, I am using Copse style in my title and the code is: .site-title { font-family: 'Copse', arial, serif; } You might need to use Firebug or equivalent to work out the style code for the font you want to change. (My site-in-progress is www.streetsofmytown.net) Hope that helps. Share this post Link to post Share on other sites
catrina 103 Report post Posted March 13, 2011 +1 for David. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
Simon 248 Report post Posted March 13, 2011 There is a filter for adding fonts `pagelines_foundry` located in class.typography.php Share this post Link to post Share on other sites
studio8c 3 Report post Posted May 12, 2011 HI Simon, Is there away to import all fonts automaticly from the google api. Our shoot i custom edit it in class.typography.php Cheers Dennnis Share this post Link to post Share on other sites
Simon 248 Report post Posted May 12, 2011 look in the functions.php of platformbase, there is an example of how to properly add new google fonts into Platform. Share this post Link to post Share on other sites