зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
327 B
HTML
10 строки
327 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<style>
|
|
div { font-size: 24px; margin: 1em; }
|
|
.a { font-family: ".SF NS Text", "Times New Roman", serif; }
|
|
.b { font-family: ".LastResort", "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>
|