Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> @import url('https://fonts.googleapis.com/css2?family=Lora&display=swap'); h1 { font-family: 'Lora', serif; color: #000000; text-align: center; } </style> </head> <body> <h1>Lorem Ipsum</h1> </body> </html>