How to add NEW font, font family to Editor

lsxforo

Member
Hello, friends.

Now there is only default font in Editor.
I can't add my language font to Editor select, how could I add it?
 
In that case, see this post by Jake :)

http://xenforo.com/community/threads/installing-new-fonts.6543/#post-94447

I think I found it in this file:

js/tinymce/themes/xenforo/editor_template.js

Code:
theme_xenforo_fonts : "Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva",
 
Top Bottom