PDA

View Full Version : style editor font


Skavenger
08-01-2007, 04:18 AM
is there any way to have the old style editor font used before 3.6.8?

I hate the new font -.-

thank you!

Dismounted
08-01-2007, 07:08 AM
The new font? I thought it stayed the same...

Skavenger
08-01-2007, 08:48 AM
I have a new one Oo

live site running 3.6.8 (http://img401.imageshack.us/img401/7413/newhc4.jpg)

test forum running 3.6.7pl1 (http://img523.imageshack.us/img523/5292/oldeb2.jpg)

Dismounted
08-01-2007, 09:05 AM
Is this only in the Admin CP? I haven't upgraded to 3.6.8 yet, so I'm going to leave this for someone else :p.

Skavenger
08-01-2007, 09:11 AM
yes, it's only in the acp

Opserty
08-01-2007, 09:16 AM
If think you can edit the controlpanel.css file in the

/cpstyles/{STYLE_NAME}/

folder (where the style name is the admin style you are using).

Make a back up of the file first and then look for this:

/* For those times when you need a monospace font */
.code, .code-g, .code-i, code-c
{
font: 10pt consolas, 'courier new', courier, monospace;
}


Change it to:

/* For those times when you need a monospace font */
.code, .code-g, .code-i, code-c
{
font: 10pt 'courier new', courier, monospace;
}


I haven't test it but I think that should solve it. :)