Can I install new fonts?
Can I install new fonts?
The fonts that can be used on browsers are fairly limited, so the font face declaration you make in your stylesheets must be compatible with those that browsers are capable of rendering.
You change the font type in your stylesheets (typically, stylesheet.css) and the declaration(s) that render font types are usually coded like this:
Code:font-family: verdana, arial, helvetica, sans-serif;
20 years a Zencart User
You can add fonts to your stylesheet, but remember that the user has to have the same fonts installed locally in order for them to work.
schoolboy beat me!
![]()
Hi Afo... do I win again?![]()
20 years a Zencart User
thanx guys, makes perfect sense......![]()