Template:WFont
Jump to navigation
Jump to search
Usage
Minimum Requirements
{{wFont|
|id=
|family=
|size=
|color=
|rgb=
|weight=
|}}
color and rgb both set the text color but the former allows a HEX specification and the latter allows for an RGB specification.
size requires either pt or px.
Examples
This is {{wFont|size=10px|family=monospace|rgb=255,64,128|text=my line|}} of text.
This is my line of text.