FONTS

Instructions: To embed your Collection into your web page, copy the code as the first element in the <head> of your HTML document.
---------------------
<link href='http://fonts.googleapis.com/css?family=Fredericka+the+Great|Lobster|Oswald:400,300,700|Covered+By+Your+Grace' rel='stylesheet' type='text/css'>
---------------------
font-family: 'Fredericka the Great', cursive;

font-family: 'Lobster', cursive;

font-family: 'Oswald', sans-serif;

font-family: 'Covered By Your Grace', cursive;
---------------------

Instructions: Add the font name to your CSS styles just as you'd do normally with any other font.

Example:

h1 { font-family: ‘Metrophobic’, Arial, serif; font-weight: 400; }