| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| if (window.internals) { | |
| internals.invalidateFontCache(); | |
| internals.clearMemoryCache(); | |
| } | |
| </script> | |
| <style> | |
| @font-face { | |
| font-family: "WebFont"; | |
| src: url("resources/Gulf-regular.ttf"); | |
| unicode-range: U+0041; | |
| } | |
| @font-face { | |
| font-family: "WebFont"; | |
| src: url("resources/Gulf-regular.ttf"); | |
| unicode-range: U+0042; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <span style="font: 100px 'WebFont', Times; line-height: 1;">A</span> | |
| </body> | |
| </html> |