9 lines
297 B
HTML
9 lines
297 B
HTML
<!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>
|