Jump to content
Sign in to follow this  
tfalkowski

Using the other Google Fonts.

Recommended Posts

tfalkowski

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

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

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
Simon

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×