blob: fe7b71c4a17fabd7041cbeef8bfd4ae5ea524292 [file] [log] [blame]
mitz@apple.com9a85ea02008-01-17 06:13:21 +00001<style>
2 @font-face {
3 font-family: 'courier';
bashi@chromium.orgdc153bc2012-10-31 00:45:16 +00004 src: local('Times'), local('Times New Roman');
mitz@apple.com9a85ea02008-01-17 06:13:21 +00005 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>