Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <link href="https://fonts.googleapis.com/css?family=Dosis&display=swap" rel="stylesheet"> <style> h1 { font-family: 'Dosis', sans-serif; color: #777777; text-align: center; } </style> </head> <body> <h1>Lorem Ipsum</h1> </body> </html>