mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added some new fonts in bbcode editor
* Added Arial Black * Added Times New Roman * Added Courier * Added Bookman Old Style * Added Trebuchet MS * Added Garamond
This commit is contained in:
parent
bee70c3328
commit
90d7fe0daf
1 changed files with 6 additions and 0 deletions
|
@ -17,7 +17,13 @@ ajax.callback.posts = function(data) {
|
|||
<option style="font-family: sans-serif" value="sans-serif"> Sans Serif</option>
|
||||
<option style="font-family: cursive" value="cursive"> Cursive</option>
|
||||
<option style="font-family: Arial" value="Arial"> Arial</option>
|
||||
<option style="font-family: Arial Black" value="Arial Black"> Arial Black</option>
|
||||
<option style="font-family: Times New Roman" value="Times New Roman"> Times New Roman</option>
|
||||
<option style="font-family: Tahoma" value="Tahoma"> Tahoma</option>
|
||||
<option style="font-family: Courier" value="Courier"> Courier</option>
|
||||
<option style="font-family: Bookman Old Style" value="Bookman Old Style"> Bookman</option>
|
||||
<option style="font-family: Trebuchet MS" value="Trebuchet MS"> Trebuchet</option>
|
||||
<option style="font-family: Garamond" value="Garamond"> Garamond</option>
|
||||
<option style="font-family: Georgia" value="Georgia"> Georgia</option>
|
||||
<option style="font-family: Fixedsys" value="Fixedsys"> Fixedsys</option>
|
||||
</select>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue