View Full Version : Font Error
ilcsportdirect
06-Nov-2006, 12:54 PM
Hi,
We seem to have developed a problem with the way that fonts are displayed throughout our store, as the type seems to have changed and the size has become smaller.
The font looks fine within the preview in Actinic but when uploaded, the style has changed. Can anyone explain what we might have done and how the problem can be fixed...
Thanks,
Dan
pinbrook
06-Nov-2006, 01:03 PM
it is a known feature of some browsers that they render fonts differently.
In order to assist you we need to see the site, with an example of a font you think is too small
and we need to see the css that controls the font
leehack
06-Nov-2006, 01:24 PM
Dan, as Jo says it will be the CSS more than likely.
However, it might be that you have made the text size setting on your browser to be smaller so every website where the text can be sized, is smaller to your eyes.
Short of it is, that it might just be exclusive to your browser and the settings you have. Without a link to a page as Jo says, its impossible to say.
Duncan Rounding
06-Nov-2006, 01:41 PM
If your site is:
http://www.ilcsportdirect.com
Then in your actinic.css file you have:
.actxxsmall{
font-size:9px;
color:NETQUOTEVAR:FGCOLORCSS;
}
.actxsmall{
font-size:10px;
color:NETQUOTEVAR:FGCOLORCSS;
}
etc.
The default is:
.actxxsmall{font-size:xx-small;color:NETQUOTEVAR:FGCOLORCSS;}
.actxsmall{font-size:x-small;color:NETQUOTEVAR:FGCOLORCSS;}
etc.
You may wish to change the font sizes throughout or revert to the default to test.
ilcsportdirect
06-Nov-2006, 02:30 PM
...Cheers guys - it was a CSS problem so all sorted now!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.