How To Deploy Google Fonts

The HTML
1 2 3 4 5 6 |
<head> <link href='http://fonts.googleapis.com/css?family=PT+Sans:400italic,400,700,700italic|Open+Sans:400italic,700italic,800italic,300italic,600italic,400,300,700,600,800' rel='stylesheet' type='text/css' > </head> |
The CSS
1 2 3 4 5 6 7 8 9 10 11 |
h1, .yourClass, #yourID { font-size: 28px; line-height: 32px; font-weight: 300; margin: 0 0 8px 0; text-align: center; font-style: normal; } |
Google Fonts Reference font-weight values: 100: Ultra Light 200: Thin 300: Light 400: Regular 500: Semi Bold 600: Bold 700: Extra Bold 800: Heavy 900: Ultra Heavy