[opencms-dev] font size

Alex Kandzior alex at opencms.com
Mon Jul 10 09:12:57 CEST 2000


Hi Reiner,

this is a problem with the style sheet used in the workplace. The fonts we
have choosen is ok in MS Windows (about 8pt size), but with X Windows it
seems to appear much to small. 

This might be fixed by editing the style sheet in 
[OpenCms Tree] /system/workplace/css/format.css
You must logon as "Admin" to have acces to this directory.

Entrys there look like this:

P
{
    FONT-FAMILY: MS Sans Serif, Arial, helvetica, sans-serif;
    FONT-SIZE: 8px;
    TEXT-INDENT: 15px
}

Possible solution might be to set a specific "right sized" font first that
normally is not found in MS, but with X. The MS setup will then ignore this
and take the next font in the list.

This would then look like this
P
{
    FONT-FAMILY: [X-Only-Font], MS Sans Serif, Arial, helvetica, sans-serif;
    FONT-SIZE: 8px;
    TEXT-INDENT: 15px
}

Other solutions are possible. If anyone finds a solution to this problem
please mail it to me or to this mailing list. 

Regards,
Alex.

-----------------------
Alexander Kandzior
OpenCms Group
mailto:alex at opencms.com

Download OpenCms at http://www.opencms.com




> -----Original Message-----
> From: Reiner.Hellstern at t-online.de 
> [mailto:Reiner.Hellstern at t-online.de]
> Sent: Sunday, July 09, 2000 4:30 PM
> To: opencms-dev at www.opencms.com
> Subject: [opencms-dev] font size
> 
> 
> Hi all,
> 
> I have a question concerning the font size of the
> opencms screens. Normally my netscape navigator (4.7)
> running under Linux displays all web pages in
> Helvetica 12pt, everything is good readable. BUT the
> letters in the OpenCms pages are extremly small, nearly
> impossible to read. Is there a possibility to enlarge
> the font size of OpenCms ?
> 
> tx in advance,
> kind regards
> Reiner Hellstern
> 
> 



More information about the opencms-dev mailing list