You are not logged in.
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
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
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