You can easily add the FACE attribute into the <FONT> tag as shown below.


<FONT FACE="Helvetica, Times New Roman, Arial>

Add this line before your text. You can have several fonts specified; the browser will try each font in the order listed until it finds one on your machine.

It is very important part to Design a website. This is an Internet Explorer extension, but it was supported on version 3.0 of Explorer and Navigator. Font Face will not work if users are viewing your web pages by using fonts created in another language. For example, if I'm reading an English web page on Netscape using Thai Font, which can display both English and Thai languages, I will not be able to see the specified font on that page because FONT FACE cannot control FONT on a machine that is running a different language setting. If you're sure that most people visiting your page will set their HTML encoding preference to Western style, you can set FONT FACE as Arial, Times New Roman, or whatever you choose. This gives you some control over page layout.