| OLD | NEW |
| 1 <script src="../../resources/ahem.js"></script> |
| 1 <p>The single Hebrew glyph below should be in the Lucida Grande font. It should
not be a synthetic bold, because the first font in the list (Ahem) | 2 <p>The single Hebrew glyph below should be in the Lucida Grande font. It should
not be a synthetic bold, because the first font in the list (Ahem) |
| 2 does not have the glyph. Therefore we fall back to the second font in the list
(Lucida Grande), which does support bold. This test is making sure | 3 does not have the glyph. Therefore we fall back to the second font in the list
(Lucida Grande), which does support bold. This test is making sure |
| 3 we don't make incorrect assumptions based off the fact that we would have to syn
thesize bold for the first font in the list. | 4 we don't make incorrect assumptions based off the fact that we would have to syn
thesize bold for the first font in the list. |
| 4 | 5 |
| 5 </p> | 6 </p> |
| 6 <p style="font-size:128px;font-weight:bold; font-family: Ahem, 'Lucida Grande'"> | 7 <p style="font-size:128px;font-weight:bold; font-family: Ahem, 'Lucida Grande'"> |
| 7 א</p> | 8 א</p> |
| OLD | NEW |