Wordpress font issue anyone can help?

by joeho
11 replies
  • WEB DESIGN
  • |
Not sure if any website expert here?
We just finished a website Corporate Office Accounting
However when the client view the website the top font is always different.
This only happened on Internet explorer, chrome and firefox is ok.

I tried change to a more common font but still getting the same issue.
Any ideas?

#font #issue #wordpress
  • Profile picture of the author KingRoyal
    On my screen it all looks the same as far as fonts are concerned.



    Looking at it, i see no fuzziness, did you fix it?
    {{ DiscussionBoard.errors[7709483].message }}
  • Profile picture of the author KingRoyal
    The screenshot you provided looks like it is REALLY zoomed in, your browser could be zoomed in, to check the zoom of your browser, click on your web page, press and hold Control and move your scroll button back and forth.
    {{ DiscussionBoard.errors[7709493].message }}
  • Profile picture of the author blackli0n
    Tell your client to press (CTRL+0) or on macs (APPLE + 0). This will reset the font size to default. And see if you still have that problem.
    Signature
    wpjohnny.com - Make Money with Wordpress
    Passive income since 2007. Trying to consistently crack 5-figures/month. find what you love - dream big - work hard
    {{ DiscussionBoard.errors[7709955].message }}
  • Profile picture of the author rosiebrown0
    Yes its all perfect...even if i am checking it on internet explorer,there is no mistake in font size..
    Signature
    {{ DiscussionBoard.errors[7713402].message }}
  • Profile picture of the author Lambert Klein
    Are you using Google fonts?
    Signature

    WordPress Domination: from Beginner to Ninja in 7 Days http://www.amazon.com/dp/B007LS0TLE

    {{ DiscussionBoard.errors[7713572].message }}
    • Profile picture of the author KirkMcD
      Originally Posted by Lambert Klein View Post

      Are you using Google fonts?
      The first block is all messed up in IE9, but if you turn on Compatibility, it displays fine.

      Now, what's different? It seems to have the style named "#whiteshadow" which uses "text shadow" applied to it. The other blocks do not.

      Researching it, "text shadow" doesn't work in ie9.
      {{ DiscussionBoard.errors[7713623].message }}
      • Profile picture of the author hagerlo
        I also see the first element with fuzzy text in it, using IE. I don´t think changing the computers setting will help actually.

        Perhaps it´s something in the WP theme you use? Which one is it?

        ALso, try to add another element/widget below the ones that are OK and remove the first one thats fuzzy. Might help.
        {{ DiscussionBoard.errors[7714014].message }}
  • Profile picture of the author abhempire
    Try removing the text-shadow property from that paragraph. It's the only one that has it.
    {{ DiscussionBoard.errors[7714820].message }}
    • Profile picture of the author AWill
      In the CSS file
      Code:
      http:// corporateofficeaccounting.com/wp-content/themes/unsigned/custom.css
      you have the following code
      Code:
      #whiteshadow {
      text-shadow: 2px 2px 6px #ffffff;
      filter: dropshadow(color=#ffffff, offx=2, offy=2);
      }
      Delete it if it's not used on any other part of the site.

      On your homepage, delete
      Code:
      id="whiteshadow"
      in the first paragraph's "p" tag. That should clear up the blurryness.
      I checked it out in Firefox and you can't see the shadow since it's the same color as the background. So you won't lose anything design-wise by deleting the id.
      {{ DiscussionBoard.errors[7722577].message }}
  • Profile picture of the author Michael71
    Do not use Myriad Pro from Google web fonts and text-shadow... that does not look good when the font size is too low.
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7722722].message }}
  • Profile picture of the author joeho
    Thanks all for the advice. I will test out soon
    {{ DiscussionBoard.errors[7723198].message }}

Trending Topics