Fonts

Moderator: crythias

Post Reply
jdarta
Znuny newbie
Posts: 3
Joined: 21 May 2010, 04:37
Znuny Version: 2.4.7

Fonts

Post by jdarta »

Hi there!

Would like to know if it's possible to install addicional font types into OTRS!
I've implemented OTRS 2.4.7 with sucess within my Company but we would like to adopt our official font type in ticket!
The official font for comunication in our company is Trebuchet. How can i add this type of font?

I've looked everywhere in documentation and google search and couldn't find an answer.

Thank you in advace for the help!

Best regards
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Fonts

Post by crythias »

Admin, SysConfig
Framework->Core::Web
Frontend::RichText::DefaultCSS:
font-family:Trebuchet MS,Geneva,Helvetica,Arial,sans-serif; font-size: 12px;

Unfortunately, this does not appear to fix the Rich Text editor font choices. It does appear to change the default font in the body box, though.

You may also desire to check Core::PDF for a similar change.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
jdarta
Znuny newbie
Posts: 3
Joined: 21 May 2010, 04:37
Znuny Version: 2.4.7

Re: Fonts

Post by jdarta »

crythias wrote:Admin, SysConfig
Framework->Core::Web
Frontend::RichText::DefaultCSS:
font-family:Trebuchet MS,Geneva,Helvetica,Arial,sans-serif; font-size: 12px;

Unfortunately, this does not appear to fix the Rich Text editor font choices. It does appear to change the default font in the body box, though.

You may also desire to check Core::PDF for a similar change.
Thank you for you help!

Unfortunately i wasn't able to write/answer tickets using Trebuchet, because that font type don't appear in the the fonts drop down list.
Any ideas how to add new font type?

Best regards,
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Fonts

Post by crythias »

Yeah.. buried, but here 'tis:
otrs/var/httpd/htdocs/js/fckeditor-2.6.4.1/fsckconfig.js

Code: Select all

FCKConfig.FontNames             = 'Trebuchet MS;Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
jdarta
Znuny newbie
Posts: 3
Joined: 21 May 2010, 04:37
Znuny Version: 2.4.7

Re: Fonts

Post by jdarta »

crythias wrote:Yeah.. buried, but here 'tis:
otrs/var/httpd/htdocs/js/fckeditor-2.6.4.1/fsckconfig.js

Code: Select all

FCKConfig.FontNames             = 'Trebuchet MS;Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;
That worked like a charm!
Never thought it could be there. Perfect!

Thumbs up for you mate!

Thank you a lot :)
Post Reply