tag font style html code example
Example 1: html font size
<span style="font-size:20px;"></span>
Example 2: how to change font in html
<font face="yourfont">
Lorem Ipsum
</font>
<span style="font-size:20px;"></span>
<font face="yourfont">
Lorem Ipsum
</font>