| <!DOCTYPE html> |
| <html> |
| <head> |
| </head> |
| <body> |
| This test makes sure that the bold versions of the design system UI fonts work. The test passes if all the text below is bold. |
| <div> |
| <div style="display: inline-block; font: bold 72px 'ui-serif'; font-synthesis: none;">HeJllo</div> |
| <div style="display: inline-block; font: bold 72px 'ui-monospace'; font-synthesis: none;">HeJllo</div> |
| <div style="display: inline-block; font: bold 72px 'ui-rounded'; font-synthesis: none;">HeJllo</div> |
| <div style="display: inline-block; font: bold 72px '.AppleSystemUIFontSerif'; font-synthesis: none;">HeJllo</div> |
| <div style="display: inline-block; font: bold 72px '.SF NS Mono'; font-synthesis: none;">HeJllo</div> |
| <div style="display: inline-block; font: bold 72px '.SF UI Mono'; font-synthesis: none;">HeJllo</div> |
| <div style="display: inline-block; font: bold 72px '.AppleSystemUIFontRounded'; font-synthesis: none;">HeJllo</div> |
| </div> |
| </body> |
| </html> |