| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style id="style"> | |
| @font-face { | |
| font-family: 'WebFont'; | |
| src: url('../../resources/Ahem.ttf') format('truetype'); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <span id="target" style="font: 48px 'WebFont';">HelloWorld!</span> | |
| </body> | |
| </html> |