OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <meta charset="utf-8"> | 2 <meta charset="utf-8"> |
3 <style> | 3 <style> |
4 @font-face { | 4 @font-face { |
5 font-family: variabletest_box; | 5 font-family: variabletest_box; |
6 src: url(../../../http/tests/resources/variabletest_box.ttf); | 6 src: url(../../../http/tests/resources/variabletest_box.ttf); |
7 } | 7 } |
8 | 8 |
9 body { | 9 body { |
10 font-family: variabletest_box, sans-serif; | 10 font-family: variabletest_box, sans-serif; |
11 font-size: 200px; | 11 font-size: 200px; |
12 } | 12 } |
13 | |
14 /* Set a dummy value to trigger going | |
15 * through the font varitions code path. */ | |
16 .ref_up { | |
17 font-variation-settings: "none" 0; | |
18 } | |
19 </style> | 13 </style> |
20 ▄ <span class="ref_up">▀</span> | 14 ▄ ▀ |
OLD | NEW |