<!DOCTYPE html>

<html>
  <head>
    <link href='http://fonts.googleapis.com/css?family=Yellowtail|Raleway' rel='stylesheet' type='text/css'>
    <style>
      body {
        font-family: 'Yellowtail', cursive;
        font-size: 24px;
        margin-left: 38px
      }
      h1 {
        margin-left: 40px;
        font-family: 'Raleway', sans-serif;
      }
      }
    </style>
  </head>
  <body>
    <h1>This is a header</h1>
    <p>This is a paragraph in a different font! And both fonts are swell together.</p>
  </body>
</html>