| <!doctype html> | |
| <html> | |
| <body> | |
| <style> | |
| @font-face { | |
| font-family: f1; | |
| font-weight: 100; | |
| src: local('Courier New'); | |
| } | |
| </style> | |
| <style> | |
| @font-face { | |
| font-family: f1; | |
| font-weight: 100; | |
| src: url(../../resources/Ahem.ttf); | |
| } | |
| </style> | |
| <span style="font-family: f1; font-weight: 100">A</span> | |
| </body> | |
| </html> |