przewiń do treści

HTML5 i CSS3. Praktyczne projekty

Włodzimierz Gajda

<!DOCTYPE html>
<html lang="pl">
  <head>
    <title>Ćwiczenie 24.6</title>
    <meta charset="UTF-8" />
    <link rel="stylesheet" href="stylesheet.css" />
    <style>
    p {
        font-family: 'BelligerentMadnessRegular', sans-serif;
        font-size: 200%;
    }
    </style>
  </head>
<body>

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

</body>
</html>

Listing 24.8. Przykład użycia czcionek i stylów CSS wygenerowanych przez serwis Font Squirrel

Rozdział 24. Czcionki dla webmastera

24-08.txt

Reklama

Szkolenia z Symfony 2.1