1. Home
  2. Computing & Technology
  3. Web Design / HTML

Change the Font

By Jennifer Kyrnin, About.com Guide

Learn how to use HTML to change the font face (the style or actual "font") of your text.
Difficulty: Easy
Time Required: 2 minutes
Here's How:
  1. Write your text: this is in Arial
  2. Surround the text with the font tag this is in Arial
  3. Add the attribute face="arial" to the font tag this is in Arial
Tips:
  1. You can use any font face you would like, but it's good to stick with common fonts
  2. You can also use Cascading Style Sheets to change the font face. This is recommended as the font tag has been deprecated.
What You Need:
  • HTMl Editor -or-
  • Text Editor