Web Global Net
Administrator
     
Offline
Posts: 1,656
|
 |
« Reply #1 on: February 23, 2008, 07:24: AM » |
|
Fonts are a tricky thing on a web site - there are a standard set of fonts that you can be pretty sure every computer uses - Times- Verdana - Arial.
Using any other font is possible but it does not ensure that the user will have that font installed on their computer - and if it is not installed then the browser will revert to one of the standards listed above.
You can use any type font you want in a graphic file though as these fonts are rendered in the image file itself and are converted to bitmap so it doesn't matter what a user has on there system.
The Product Catalog Manager uses Verdana ( a Microsoft Display font) because it is the easiest to read on the screen.
|