Font typeface

Revision as of 10:53, 20 August 2013 by C Michael Gibson (talk | contribs) (Created page with "Changing the font typeface can be performed by placing <nowiki><font face="desired typeface"></nowiki> and <nowiki></font></nowiki> around your text. For example, <nowiki...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Changing the font typeface can be performed by placing <font face="desired typeface"> and </font> around your text. For example,

 <font face="Courier">your text</font> 

creates text with Courier font: your text