Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset=utf-8>
<style>
.a { font-family: serif; font-size: 24px; }
</style>
<div class=a>This should NOT use the default serif font</div>
<!DOCTYPE html>
<meta charset=utf-8>
<style>
.a { font-family: serif; font-size: 24px; }
</style>
<div class=a>This should NOT use the default serif font</div>