12345678910111213 |
- <html>
- <head>
- <style type="text/css">
- body { font-family: "Apple Chancery", Impact, "Microsoft Sans Serif", "URW Chancery L"; font-size: 2em; }
- </style>
- </head>
- <!-- if synthetic bolding is working, this should NOT match the reference -->
- <body>
- <p>Hello World</p>
- <p><b>Hello World</b></p>
- </body>
- </html>
|