12345678910111213 |
- <html>
- <head>
- <style type="text/css">
- body { font-family: Symbol, OpenSymbol, "Standard Symbols L"; font-size: 2em; }
- </style>
- </head>
- <!-- if synthetic bolding is working, this should NOT match the reference -->
- <body>
- <p> abc</p>
- <p><b> abc</b></p>
- </body>
- </html>
|