1608124-1.html (327B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <style> 4 div { font-size: 24px; margin: 1em; } 5 .a { font-family: ".SF NS Text", "Times New Roman", serif; } 6 .b { font-family: ".LastResort", "Arial", sans-serif; } 7 </style> 8 <div class=a>This should NOT use the SF NS Text font</div> 9 <div class=b>This should NOT use the LastResort font</div>