mitz@apple.com | 9a85ea0 | 2008-01-17 06:13:21 +0000 | [diff] [blame] | 1 | <style> |
| 2 | @font-face { |
| 3 | font-family: 'courier'; |
bashi@chromium.org | dc153bc | 2012-10-31 00:45:16 +0000 | [diff] [blame] | 4 | src: local('Times'), local('Times New Roman'); |
mitz@apple.com | 9a85ea0 | 2008-01-17 06:13:21 +0000 | [diff] [blame] | 5 | unicode-range: U+003?; |
| 6 | } |
| 7 | </style> |
| 8 | <p> |
| 9 | This tests that when @font-face rules with unicode-range are specified for a |
| 10 | font that exists on the system, the system font is used for all characters |
| 11 | not explictly overridden. |
| 12 | </p> |
| 13 | <p> |
| 14 | In the next line, the digits should be in Times, but the letters should be |
| 15 | in Courier. |
| 16 | </p> |
| 17 | <span style="font-family: 'courier'; font-size: 24px;"> |
| 18 | ABCDEFGHIJ 1234567890 |
| 19 | </span> |