Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset=utf-8>
<style>
div { font-size: 24px; margin: 1em; }
.a { font-family: "Times New Roman", serif; }
.b { font-family: "Arial", sans-serif; }
</style>
<div class=a>This should NOT use the SF NS Text font</div>
<div class=b>This should NOT use the LastResort font</div>