Anonymous
public text v1 · immutable<html>
<head>
<style type="text/css">
body {
font: 12pt sans-serif; /* or any size there, like 80% or 15px */
}
</style>
</head>
<body>
<i>This text should be in italics.</i><br><br>
This is normal text.<br><br>
<i>This should be in italics too.</i> <br><br>
This is normal text again.<br> <br>
</body>
</html>