<!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