Help:Font families
From SettlementAtWork
| SettlementAtWork wiki Help | ||
|---|---|---|
|
| ||
| ||
| ||
| ||
|
Font size
- To make text a certain size, use the following code:
- Enter <font size="4"> before the text.
- Choose the size
- Enter the text
- Enter </font> after the text.
- Overall, your code should look like this:
<font size="4">blah blah blah</font>
- Once you have entered that code, your text will look like this:
blah blah blah
Font colour
- To change the colour of text, use the following code:
- Enter <span style="color: ColorName"> before the text. (Note American spelling of the word “color”)
- Choose the colour
- Enter the text
- Enter </span> after the text.
- Overall, your code should look like this:
<span style="color: green">blah blah blah</span>
- Once you have entered that code, your text will look like this:
blah blah blah
- Another way to do it is:
- Enter <font color="ColorName"> before the text.
- Choose the colour
- Enter the text
- Enter </font> after the text.
- Overall, your code should look like this:
<font color="green">blah blah blah</font>
- Once you have entered that code, your text will look like this:
blah blah blah
Changing Font Families
To use the following font families, use the codes below:
- <span style="font-family: (desired font); font-size: 12pt">
- Enter the font you want
- Directly after the code, enter your text
- Enter </span>after the text
So, it should look like:
<span style="font-family: Monotype Corsiva; font-size: 12pt">Blah blah blah</span>
Which will turn out as:
Blah blah blah
List of Fonts
| Font Name: | Example of font: |
| Agency FB | Example |
| Algerian | Example |
| Arial | Example |
| Arial Black | Example |
| Arial Narrow | Example |
| Arial Rounded MT Bold | Example |
| Book Antiqua | Example |
| Bookman Old Style | Example |
| Century Gothic | Example |
| Century Schoolbook | Example |
| Comic Sans MS | Example |
| Cooper Black | Example |
| Courier New | Example |
| Freestyle Script | Example |
| French Script MT | Example |
| Garamond | Example |
| Georgia | Example |
| Gigi | Example |
| Gill Sans MT | Example |
| GulimChe | Example |
| Impact | Example |
| Kristen ITC | Example |
| Lucida Console | Example |
| Lucida Handwriting | Example |
| Marlett | Example |
| MingLiU | Example |
| Monotype Corsiva | Example |
| MS Gothic | Example |
| MS Hei | Example |
| Tahoma | Example |
| Times New Roman | Example |
| Trebuchet MS | Example |