MyBB Community Forums

Full Version: How to add extra fonts in text editor ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys, I just want to add some extra fonts in text editor but unfortunately i couldn't find any method to done it. Is there any way to do it ? Suggestions will be appreciated. Thank You.
open jscripts/sceditor/jquery.sceditor.bbcode.min.js
then find
fonts:
is Like this :
fonts:"Arial,Arial Black,Comic Sans MS,Courier New,Georgia,Impact,Sans-serif,Serif,Times New Roman,Trebuchet MS,Verdana"
add your font name end of list (seperate fonts with comma)
if your new font name is "Test font" your new string is like this
fonts:"Arial,Arial Black,Comic Sans MS,Courier New,Georgia,Impact,Sans-serif,Serif,Times New Roman,Trebuchet MS,Verdana,Test font"
then define Test font with @font-face  on global.css


@font-face instruction