google fonts example
<!-- html -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Lato">
<!-- css -->
body{
font-family: 'Lato', serif;
font-size: 110%;
}
<!-- list of good fonts -->
<!-- http://www.awwwards.com/20-best-web-fonts-from-google-web-fonts-and-font-face.html -->