Check out example codes for "how to change the font in html". It will help you in understanding the concepts better.
Code Example 1
<font face= "any_font_on_your_computer">
<h1>You are welcome for this</h1>
</font>
Code Example 2
<font face="yourfont">
Lorem Ipsum
</font>
Code Example 3
<script>//for typewriter font:</script>
<tt>
<h1>Example Text</h1
</tt>
Learn ReactJs, React Native from akashmittal.com