Hi,
How can I change the font type in the edit window when editing text.
The current font is too small and the typos are very strange as you cannot make a difference between i and l (see attachment screenshot).
A content editor for Joomla!®

You need to be logged in to post in the forum - Log In
An active JCE Pro Subscription is required to post in the forum - Buy a Subscription
Please create a new Ticket and we will get back to you as soon as we can.
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by Ryan on Monday, 06 July 2026 10:12 BST
The font style and font size come from your template stylesheet.
Which template are you using?
Ryan Demmer
Lead Developer / CEO / CTO
Just because you're not paranoid doesn't mean everybody isn't out to get you.
Hi,
I am using the "One" Template from the Astroid Framework.
If this is a Template CSS thing what ist the CSS identifier for the Edit window font?
Thanks Onki
There are 2 ways to solve this:
.mceContentBody * {
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
Ryan Demmer
Lead Developer / CEO / CTO
Just because you're not paranoid doesn't mean everybody isn't out to get you.
Your post is being submitted…