Overview
Serifs are the small decorative extensions on the ends of some letters in a font. A sans-serif font does not have them, making it cleaner, crisper, and easier to read on lower resolution screens and devices. Try to avoid a dark backgrounds with dark text as it can be difficult to read and make sure you include white space and headers in your documents rather than creating a large block of text.
Table of Contents
Examples of Serif and Sans-Serif Fonts
The following are examples of serif fonts. These fonts should not be used.
- Times New Roman
- Cambria
- Rockwell
The following are examples of sans-serif fonts, which should be used to maximize accessibility.
Verdana
Arial
Tahoma
Some fonts may appear differently if they are not installed on a device
Change the font in Contribute
In your draft, select Format > Font.
- Select the font list that you would like to use.
- The list will have multiple fonts in it, what this means is that it will try and use the first one in the list but if it can't it will move to the next listed font.
Change the font in Dreamweaver
- Click the drop down arrow for the "Font-family" field.
- Select the list of fonts that you would like to use.
- The list will have multiple fonts in it, what this means is that it will try and use the first one in the list but if it can't it will move to the next listed font.
Change the font of a webpage with HTML
- Use this string of code without the quotation marks:
- "<span style="font-family: font that you want to use, for example: verdana;font-size: medium;">text that you want in this specific font</span>"
Related articles