Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Enregistrer le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <head> <style> @font-face { font-family: myFont; src: url(sansation_light.woff); } @font-face { font-family: myFont; src: url(sansation_bold.woff); font-weight: bold; } * { font-family: myFont; } </style> </head> <body> <h1>La règle @font-face</h1> <p>Les sites Web peuvent utiliser d'autres polices que celles pré-sélectionnées<strong>"sans risque pour le web"</strong>polices.</p> </body> </html>