If we write something like:

<span style="font-style: normal; font-style: italic;">Css test</span>

Then font will be italic, but if we write something like:

<span style="font-style: italic; font-style: normal;">Css test</span>

Then font will be "normal".