sainture
4/24/2016 - 8:38 AM

Google web fonts

Google web fonts

you can link to free fonts provided by Google at https://www.google.com/fonts/

This is how you reference a Google font in your html (prefer first tag inside <head>)
<link href='https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic' rel='stylesheet' type='text/css'>

and then just apply styles to your elements like
*{
font-family: 'PT Sans', sans-serif;
font-size:16px;
}


some good fonts: Gruppo, Ubuntu, Lato, Arimo, Puritan, PT Sans, Dancing Script, Damion (good for a script), syncopate (a bit funky), michroma, Yanone Kaffeesatz, Cardo, Droid Serif, Arvo, Colonna, Coquette, Neuzon (for capitalized heading)