chrome fonts api code example
Example 1: embed google font css
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en" />
Example 2: use google font in html
body {
font-family: '*Insert google font';font-size: 22px;
}