| <!doctype html> | |
| <html> | |
| <head> | |
| <title>PageSerializer Font Test</title> | |
| <style> | |
| @font-face { | |
| font-family: "URL Font"; | |
| src: url("font.ttf") format("truetype"); | |
| } | |
| p { | |
| font-family: "URL Font"; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div> | |
| <p>PageSerializer Font Test</p> | |
| </div> | |
| </body> | |
| </html> | |