![]() |
adding font names. how?
|
bump.
I'd like to know this too. The only way I know how is using Google Fonts, but that's off site. I'd like to know how to keep this local. |
So, I assume no one knows about it?
|
This is defined in template "editor_jsoptions_font" but when you search for it in AdminCP -> search in templates you wont find it?
So, the only way seems to be to edit it in the database, in table "template". Where title = editor_jsoptions_font. The fonts are defined in fields "template" and "template_un" . Just put your font on a new row. The contents in the standard installation for fields "template"and "template_un" are: Code:
$final_rendered = 'Arial Code:
Arial |
1 Attachment(s)
Quote:
plz see img which one i will have to edit. i dont understand. |
Click on SQL in menu above,
then paste this: Code:
SELECT * FROM template WHERE title = 'editor_jsoptions_font'; for example if I want to add the font "Helvetica Neue" this will be the value of the field "template": Code:
$final_rendered = 'Arial |
All times are GMT. The time now is 07:33 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|