Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2007-02-10 07:59:27

zmimi83
New member
Registered: 2007-02-10
Posts: 1

Add Trebuchet font in the Xhina font list

Hi there,

I need to add the Trebuchet MS font which is the typical used font of my site.

Could you indicate me the way to make it?

Regards

Offline

#2 2007-02-10 12:39:48

jedi58
Xinha Authority
From: Leicester, UK
Registered: 2007-01-14
Posts: 113
Website

Re: Add Trebuchet font in the Xhina font list

you can do it through myconfig.js

xinha_config.fontname =
  {
    "— font —": '',
    "Arial":             'arial,helvetica,sans-serif',
    "Courier New":       'courier new,courier,monospace',
    "Georgia":           'georgia,times new roman,times,serif',
    "Tahoma":             'tahoma,arial,helvetica,sans-serif',
    "Times New Roman": 'times new roman,times,serif',
    "Verdana":           'verdana,arial,helvetica,sans-serif',
    "impact":             'impact',
    "Trebuchet":         'Trebuchet MS,arial,sans-serif'
  };


EDIT: or you could just push that last one onto the array

Last edited by jedi58 (2007-02-10 12:40:29)


David G. Paul
[url]http://www.newearthonline.co.uk[/url]

Offline

#3 2007-02-10 12:41:50

jedi58
Xinha Authority
From: Leicester, UK
Registered: 2007-01-14
Posts: 113
Website

Re: Add Trebuchet font in the Xhina font list

Just thought, if you don't use the font drop-down then no font styles will be inserted - this means it will use whatever is specified already in your sites stylesheet. So the choice of methods is yours!


David G. Paul
[url]http://www.newearthonline.co.uk[/url]

Offline

Board footer

Powered by FluxBB