Created •
How do you change the font typeface in your blog?
Mr-Helpful thinks you should be careful doing this - use it frugally and it can create great impact, but used too often it can just be annoying. You should also consider that other stumblers might not have the font that you choose installed on their PC.
This is set in Garamond, which is a reasonably common type-face.
This is set in Papyrus, which might not be installed on every PC (or MAC).
The code used to create the example above looks like this:
<font face="Garamond">This is set in Garamond, which is a reasonably common type-face.</font>
<font face="Papyrus">This is set in Papyrus, which might not be installed on every PC (or MAC).</font>

