how to set default font?

Moderator: crythias

Locked
AndyR
Znuny newbie
Posts: 8
Joined: 30 Oct 2014, 18:29
Znuny Version: 3.0.11
Real Name: Andy Robinson
Company: Bespak

how to set default font?

Post by AndyR »

we are running OTRS 3.0.11 and we are rebranding. Is it possible to change the default font in OTRS to Century Gothic?

if so, how?

I've found this area but not sure what to put into it!

Frontend::RichText::DefaultCSS -

current value is

font-family:Geneva,Helvetica,Arial,sans-serif; font-size: 12px;
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: how to set default font?

Post by crythias »

Note that 3.0.11 is very very old and no longer supported by OTRS proper. It is highly recommended to upgrade 3.0.x ->3.1.latest ->3.2.latest ->3.3.latest->4.0.latest
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
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: how to set default font?

Post by jojo »

3.0.x is not supported any more
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
AndyR
Znuny newbie
Posts: 8
Joined: 30 Oct 2014, 18:29
Znuny Version: 3.0.11
Real Name: Andy Robinson
Company: Bespak

Re: how to set default font?

Post by AndyR »

I know that it's old and out of support, but the question remains, can I change the font to the one I want/need to use anyway?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: how to set default font?

Post by crythias »

https://www.google.com/search?q=font-family+century+gothic
And before you say, yes I know this, apparently you have knowledge of where to make this change and whether or not it works at that location.
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
AndyR
Znuny newbie
Posts: 8
Joined: 30 Oct 2014, 18:29
Znuny Version: 3.0.11
Real Name: Andy Robinson
Company: Bespak

Re: how to set default font?

Post by AndyR »

thank you, that worked a treat, for the purposes of keeping this thread up to date here's exactly what I specified

font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif; font-size: 12px;
Locked