change font header css code example
Example 1: how to change font in html
<font face="yourfont">
Lorem Ipsum
</font>
Example 2: css change font awesome icon color
.<fa-icon-class> { color: red !important; }
<font face="yourfont">
Lorem Ipsum
</font>
.<fa-icon-class> { color: red !important; }