Google Webfont

Permalink
Hello

Can somebody help me to use Google in Concrete5?
I use the Slate minimal theme, how can i integrate Google font?
where do I insert this codes?

3. Add this code to your website:
<link href='http://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>

4. Integrate the fonts into your CSS:
font-family: 'PT Serif', serif;

Sorry im a Designer not a programmer...

Thank you!
KInd Regards
makarow

 
Steevb replied on at Permalink Reply
Steevb
For headings try:

h1,  h2, h3{font-family: 'PT Serif', serif}
MrKDilkington replied on at Permalink Reply
MrKDilkington
hi makarow,

I recommend looking over this page first. It explains the basics of where to put the font code and how to use it in your CSS.

https://developers.google.com/fonts/docs/getting_started...

This page has the specific information for the font you are using.

https://www.google.com/fonts#UsePlace:use/Collection:PT+Serif...