Listing 24.9. Rozwiązanie ćwiczenia 24.7
<!DOCTYPE html>
<html lang="pl">
  <head>
    <title>Ćwiczenie 24.7</title>
    <meta charset="UTF-8" />
    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Tangerine" />
    <style>
    p {
        font-family: 'Tangerine', serif;
    }
    </style>
  </head>
<body>

<p>
Lorem ipsum dolor sit amet...
</p>

</body>
</html>