HTML
CSS
Deno
Examples
Do It Yourself
Type in your code below
Run
<html><head><style> p { font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; } </style> </head><body> <p>This text will appear in 'Lucida Sans Unicode' face, if font not available it choose the next family and falls back to any sans-serif family if the listed fonts are not found.</p> </body></html>