Otherwise our web page will not be displayed properly in viewer's device.
Using google fonts is the best solution for that.
How to use Google fonts
- Type the name of font that you need and find it (In example below finding "Bree Serif" font is shown)
- Change the appearance of your font (bold, italic etc)
- Click add to collection.
- After adding all fonts you want by following step 1 to 3 repeatedly click on use button.
- In the next interface scroll down a bit and find the CSS link for your fonts and include it in your html as a style reference (It will render those fonts from that link)
Now you can use font you wanted as
<FONT FACE="Bree Serif">Bree Serif font</FONT>
Feel free to add a comment if something was not clear to you or you have something to add.