mNo edit summary |
(Proportional font instead of monospaced to go along with "serif") |
||
Line 1: | Line 1: | ||
{{Wordy bbc | {{Wordy bbc | ||
|tag=font | |tag=font | ||
|example=[font= | |example=[font=Times, Times New Roman, serif]text or more BB Code[/font] | ||
|description=The font tag allows you to specify fonts and font families. It is recommended to specify a generic family, as [http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family specified by CSS2], however quotes will not work. This is an inline tag and no block level tags can be placed inside, however other inline tags can be used if nested correctly. | |description=The font tag allows you to specify fonts and font families. It is recommended to specify a generic family, as [http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family specified by CSS2], however quotes will not work. This is an inline tag and no block level tags can be placed inside, however other inline tags can be used if nested correctly. | ||
|result=<span style="font-family: | |result=<span style="font-family: Times, Times New Roman, serif;" class="bbc_font">text or more BB Code</span> | ||
}} | }} | ||
[[Category:Basic Bulletin Board Code]] | [[Category:Basic Bulletin Board Code]] | ||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] | ||
[[Category:Text Formatting Bulletin Board Code]] | [[Category:Text Formatting Bulletin Board Code]] |
Revision as of 12:13, 10 July 2013
description: The font tag allows you to specify fonts and font families. It is recommended to specify a generic family, as specified by CSS2, however quotes will not work. This is an inline tag and no block level tags can be placed inside, however other inline tags can be used if nested correctly.
example: [font=Times, Times New Roman, serif]text or more BB Code[/font]
result: text or more BB Code