blob: 5a6396d4ce159974b954639c8fbb9206c46f3cfa [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>ATSUI fallback font</title>
</head>
<body>
<p>
In each of the following lines, the Hebrew
letters &#x05d0;&#x05d1;&#x05d2;&#x05d3; in the end should be in boldface
(compare with the same letters in the middle of the line).
</p>
<!-- Lucida Grande exists and includes Hebrew; no fallback necessary -->
<p style="font-family:'Lucida Grande';">
abcd &#x05d0;&#x05d1;&#x05d2;&#x05d3;
<b>abcd &#x05d0;&#x05d1;&#x05d2;&#x05d3;</b>
</p>
<!-- Courier exists but doesn't include Hebrew; WebKit falls back to
Helvetica and Helvetica Bold for Hebrew, but then ATSUI falls back to
Lucida Grande (not bold) -->
<p style="font-family:'Courier';">
abcd &#x05d0;&#x05d1;&#x05d2;&#x05d3;
<b>abcd &#x05d0;&#x05d1;&#x05d2;&#x05d3;</b>
</p>
<!-- noSuchFamilyForSure doesn't exist; WebKit falls back to Helvetica
and Helvetica Bold for both Roman and Hebrew, but then ATSUI falls back to
Lucida Grande (not bold) for Hebrew -->
<p style="font-family:'noSuchFamilyForSure';">
abcd &#x05d0;&#x05d1;&#x05d2;&#x05d3;
<b>abcd &#x05d0;&#x05d1;&#x05d2;&#x05d3;</b>
</p>
</body>