Then what’s wrong with mine? It showes me same error with font size in the second
<!DOCTYPE html>
<html>
<head>
<title>Loving the font changes</title>
</head>
<body>
<h1 style="font-family: Arial">Big title</h1>
<ol>
<li style="size: 16px; font-family: Arial;">This item is big Arial.</li>
<li style="size: 12px; font-family: Verdana;">This item is medium Verdana.</li>
<li style="size: 10px; font-family: Impact;">This item is small Impact.</li>
</ol>
</body>
</html>