blob: 3b34916554a97f460d26fc1fd430bd628ec934cd [file] [edit]
<!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;">&#x0041;</span>
</body>
</html>