MyBB Community Forums

Full Version: More Fonts...?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I just want to know if they know how to put more fonts which are already
and I need to put several, including: Comic Sans Ms; Century; Ghothic Century
among other
or if you can not, will they be in the new version of MyBB (1.6)?

THANK YOU FOR YOUR ATTENTION
Lines 66-74 in ./jscripts/editor.js
// Defines an array of fonts to be shown in the font drop down.
		this.fonts = new Object();
		this.fonts["Arial"] = "Arial";
		this.fonts["Courier"] = "Courier";
		this.fonts["Impact"] = "Impact";
		this.fonts["Tahoma"] = "Tahoma";
		this.fonts["Times New Roman"] = "Times New Roman";
		this.fonts["Trebuchet MS"] = "Trebuchet MS";
		this.fonts["Verdana"] = "Verdana";

I'm sure there is more I just didn't really look hard. That should have something to do with it, though.
Thankyou very much
Most likely it won't be changed in 1.6. Comic Sans is so ugly, it doesn't fit into a forum system. Add them if you like. And fonts aren't really something that makes MyBB better, so no matter what the font is, it probably won't be added.

And please note there are fonts which aren't pre-installed in the OS, so non-Windows users might need to install them. And also just for curiosity, why do you want extra fonts? I rarely see anyone using the other available fonts. So unless it's for some kind of game, they're useless.
It probably wouldn't be hard to create a way to add fonts from the admincp.
If anything, I may actually disable font changes on my forums.