synthetic-bold-papyrus-01.html (417B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <title>Test</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 7 <style type="text/css"> 8 body { 9 margin: 50px; 10 font-size: 24px; 11 } 12 13 @font-face { 14 font-family: test; 15 src: local(Papyrus); 16 } 17 18 #test2 { font-family: test, serif; } 19 20 </style> 21 22 </head> 23 24 <body> 25 <p id="test2">Test for Papyrus font <b>within a bold tag</b>.</p> 26 </body> 27 28 </html>