Template:FontSize

From OniGalore

A shortcut for creating a span of text with a custom size, which otherwise would require typing:
<span style="font-size:90%;">something</span>

To use this template, pass the percentage size of the text as parameter 1 (with no '%') and the text to use as parameter 2, like so:

{{FontSize|75|Here's some small text.}}

…which yields:

Here's some small text.