Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
h2 {
font-family: sans-serif;
}
h3 {
font-feature-settings: "smcp" 1;
}
</style>
</head>
<body>
<h2>Ein Beispiel für Font-feature-settings</h2>
<h3>Die CSS-Eigenschaft font-feature-settings steuert erweiterte typografische Funktionen in OpenType-Schriften.</h3>
</body>
</html>