Skip to content
Belac Darkstorm edited this page May 11, 2016 · 1 revision

[font]

This tag is used to change the font of text, but can also be used instead of having a bunch of different tags to format some text.

Usage

You can add a starting parameter to set the font of the text (for a list of supported fonts go here). If the font has one or more spaces in it's name then you must put it in quotes:

[font=Verdana]Some Text[/font]
[font="Times New Roman"]Some Text[/font]

You can set the font size with a size= parameter:

[font size=50]Some Text[/font]

You can set the color with a color= parameter (see the color tag page for what's supported):

[font color=red]Some Text[/font]

You can set a variant with a variant= parameter. It supports upper, lower, and smallcaps:

[font variant=smallcaps]Small Caps text[/font]
[font variant=upper]Uppercased text[/font]
[font variant=lower]Lowercased text[/font]
Clone this wiki locally