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 sans-serif; | 11 sans-serif; |
12 font-size: 100px; | 12 font-size: 100px; |
13 } | 13 } |
14 | 14 |
15 .variations_codepath_trigger { | 15 .variations_codepath_trigger { |
16 font-variation-settings: "none" 9999; | 16 font-variation-settings: "none" 9999; |
17 } | 17 } |
18 </style> | 18 </style> |
19 r <span class="variations_codepath_trigger">R</span> | 19 <span class="variations_codepath_trigger">M̻</span> <span class="variatio
ns_codepath_trigger">N̻</span> <span class="variations_codepath_trigger">
O̻</span> |
OLD | NEW |