Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> p { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; } </style> </head> <body> <h2>Ein Beispiel für die Eigenschaft font-family</h2> <p>Wir haben font-family "Lucida Grande" für diesen Text verwendet.</p> </body> </html>