Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Sauvegarder le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide|Sofia|Trirong"> <style> h1.a { font-family: "Audiowide", sans-serif; } h1.b { font-family: "Sofia", sans-serif; } h1.c { font-family: "Trirong", serif; } </style> </head> <body> <h1 class="a">Audiowide Police</h1> <h1 class="b">Sofia Police</h1> <h1 class="c">Trirong Police</h1> </body> </html>