[Typo3] Re: Avoid narrow font in menu

JoH info at cybercraft.de
Wed May 4 09:48:36 CEST 2005


>> I have a menu with this 1 level setup:
>>
> [...]
>>
>> But the text does not show like normal verdana(it shows condensed
>> tending to be unreadable), as the rest of my page uses, is there
>> something I'm missing or can I change the font style style somehow?
>
> Are you using GD2? And what's the dpi setting in the Typo3 Install
> Tool?
>
> I hope I'm pointing in the right direction...

Well - not ;-)

This is should be part of a GMENU setup but there are some things wrong and
others missing:

NO {
    backColor = #192D41
    XY = [10.w]+10, 14
    10 = TEXT
    10.text.field = title
    10.fontColor = white
    10.fontFace = Verdana
        ^^^^^^^^^^^^^^^^
    10.fontFace.text = Verdana
        ^^^^^^^^^^^^^^^^
    10.fontSize = 11
    10.offset = 5,10
  }

fontFace doesn't exist in GIFBUILDER (nor should it in XHTML).
It has to be fontFile:
10.fontFile = fileadmin/fonts/Verdana.ttf

This is just an example that has to be replaced with the original path and
filename.

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC: http://www.openbc.com/go/invuid/Jo_Hasenau





More information about the TYPO3-english mailing list