Changing font face

What is font face? Font face is the style of font that's used. For example, when you type things in Microsoft Word, you will use fonts such as Arial, Times New Roman, Comic Sans, etc. Those are font faces, they are like font styles. It is how the font will look like on the screen. The questions is, how do we change the font face using HTML? Easy, just use the face tag in <font>. Let's change the font face to Arial:

<font face="Arial">Font face Arial</font>

The font will look like:
Font face Arial

Next, let's change the font face to Comic Sans MS:

<font face="Comic Sans MS">Font face Comic Sans</font>

Font face comic sans

So you can use which ever font face you want, but make sure that it is a common font, don't use something that you need to download because usually when people are looking at a page, they will not download the font just to view the page better. So use something simple and common that might already be in people's font folder. So just change the stuff in the double quotes "" and replace it with whatever font you want to use.

You can also type in multiple font face in the face tag. Below is an example of a code:

<font face="Arial, Times New Roman, Comic Sans MS">This has multiple font face</font>

The font will look like this:
This has multiple font face

When you use more than one font face like above, they usually combine the fonts and the font has characteristics from each font face. It is rather amazing and sometimes when you don't like a font, you'll probably like it better when it is combined with other fonts together. It works really well.

Copyright Brains That Work .
Theme by Pool theme design by Borja Fernandez. ^Top^