Announcement

Collapse
No announcement yet.

Font Error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Font Error

    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

    #2
    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

    Comment


      #3
      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.

      Comment


        #4
        If your site is:
        http://www.ilcsportdirect.com

        Then in your actinic.css file you have:

        Code:
        .actxxsmall{
        	font-size:9px;
        	color:NETQUOTEVAR:FGCOLORCSS;
        }
        
        .actxsmall{
        	font-size:10px;
        	color:NETQUOTEVAR:FGCOLORCSS;
        }
        
        etc.
        The default is:

        Code:
        .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.

        Comment


          #5
          Thanks...

          ...Cheers guys - it was a CSS problem so all sorted now!

          Comment

          Working...
          X