<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
.font { font: italic normal bold 1em/140% "Lucida Grande", sans-serif;}
</style>
</head>
<body>
<h2>Ein Beispiel für die Eigenschaft Font</h2>
<p>Das ist ein normaler Absatz.</p>
<p class="font">Das ist ein Absatz mit spezifiziertem Schriftwert.</p>
</body>
</html>