order-1.html (387B)
1 <!DOCTYPE html> 2 <!-- modeled on ../font-face/order-1.html --> 3 <html class="reftest-wait"> 4 <style> 5 body { font-family: "One"; } 6 </style> 7 <script> 8 document.fonts.add(new FontFace("One", "url(../fonts/mark2A.ttf)")); 9 document.fonts.add(new FontFace("One", "url(../fonts/markA.ttf)")); 10 document.fonts.ready.then(function() { document.documentElement.className = ""; }); 11 </script> 12 <p>ABC</p>