inline css for text color code example
Example 1: how to write css in html
<p style="color: blue; font-size: 46px;">
Example 2: how to change font in html
<font face="yourfont">
Lorem Ipsum
</font>
<p style="color: blue; font-size: 46px;">
<font face="yourfont">
Lorem Ipsum
</font>