PNLdev
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
En
English
فارسی
En
English
فارسی
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
Run
<!DOCTYPE html> <html> <head> <style> @font-face { font-family: myFirstFont; src: url(sansation_light.woff); } div { font-family: myFirstFont; } </style> </head> <body> <h1>@font-face property example</h1> <div>With CSS, websites can finally use fonts other than the pre selected "web-safe" fonts.</div> </body> </html>