Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> p { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; } </style> </head> <body> <h2>Exemple de la propriété font-family</h2> <p>Nous avons utilisée font-family "Lucida Grande" pour ce texte.</p> </body> </html>