<html> | |
<head> | |
<style type="text/css"> | |
#notitalic { | |
font-family: "DejaVu Serif"; | |
} | |
#italic { | |
font-family: "DejaVu Serif"; | |
font-style: italic; | |
} | |
</style> | |
</head> | |
<body> | |
<p id="notitalic">a b c d e f g h i j k l m n o p q r s t u v</p> | |
<p id="italic">a b c d e f g h i j k l m n o p q r s t u v</p> | |
</body> | |
</html> |