PDA

View Full Version : Fonts in the catalogue


itsdanny
18-Dec-2003, 11:22 AM
an anoying trait on most of my sites is that the products page font is in times new roman, when the rest is Arial, i've tried to search the HTML templates but can't find out why this is the case. i just want one font, Arial. any ideas anyone?
thanks
Dan

Menar
18-Dec-2003, 01:48 PM
Hi there,

In Actinic if you go to Design | Options | Site Defaults under the properties area you will find 'ACTFONTSFAMILY' please make sure the value column has the font you want the site to manipulate.

NormanRouxel
18-Dec-2003, 02:04 PM
The field is ACTCSSFONTFAMILY. It's a good idea to put in

Arial, Helvetica, sans-serif

as that way there are alternative fonts for systems / browsers that don't have Arial (macs, linux, etc) to fall back to.

Norman