You just need to use this CSS code:
.no-italics {
font-style: normal;
}
HTML code:
<span>
test
<i class="no-italics">test</i>
</span>
You just need to use this CSS code:
.no-italics {
font-style: normal;
}
HTML code:
<span>
test
<i class="no-italics">test</i>
</span>