MyBB Community Forums

Full Version: Add font
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello friend , i am new user to mybb forum. i have installed mybb application on the host .
i want to use comic san ms font style in th editor but the editor of mybb gives option of Ariel ,courier, impact ,tohoma,times new roman,trebuchet ms,verdana

i want comic san ms i n this can anyone help please
to add a font to the drop down, You need to edit editor.js to add new fonts. From line 66:

find this
// 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";

and add this
this.fonts["Comic Sans MS"] = "Comic Sans MS";


also add any custom font easily by this http://mods.mybb.com/view-resource/custom-font
(2012-10-29, 01:17 PM)nikkaundilya Wrote: [ -> ]hello friend , i am new user to mybb forum. i have installed mybb application on the host .
i want to use comic san ms font style in th editor but the editor of mybb gives option of Ariel ,courier, impact ,tohoma,times new roman,trebuchet ms,verdana

i want comic san ms i n this can anyone help please
will this add the style of just the name in the list
if it is a regular and a normal word font it will add the style as well, for any custom/downloaded fonts use the mod i referred
thanks a lot sir,

but nothing happening for me.......when i use the code for the style in the post it appears as comic sans ms but the drop down does not lists it