编辑下面的代码:【加编码】
<html> <head> <style> @font-face { font-family: myFirstFont; src: url('Sansation_Light.ttf') ,url('Sansation_Light.eot'); /* IE9 */ } div { font-family:myFirstFont; } </style> </head> <body> <p><b>Note:</b> Internet Explorer 9 only supports .eot fonts.</p> <div> With CSS3, websites can finally use fonts other than the pre selected "web-safe" fonts. </div> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂