Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8862905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T15:50:34+00:00 2026-06-14T15:50:34+00:00

When using Google Web Fonts on Chrome under windows 7, the fonts seem to

  • 0

When using Google Web Fonts on Chrome under windows 7, the fonts seem to render incorrectly, while on a Mac OSX (on Chrome, Safari and Firefox) it looks fine. Is there a way to prevent this via CSS or HTML?

The site introducing this behavior can be found here (it might take a while until it loads).

Here’s a snapshot showing this:

font aliasing issue

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T15:50:35+00:00Added an answer on June 14, 2026 at 3:50 pm

    Alright so this has to do with the way Chrome renders fonts in windows. There is a tool you can use called MacType which changes the rendering engine that windows uses to render fonts.

    You can download it here: https://code.google.com/p/mactype/

    From everything that i have researched, with google web fonts on windows there currently does not exist a way to fix this issue.

    Its simply by design how it works.

    You can follow the issue on Chromiums Google Code site..
    https://code.google.com/p/chromium/issues/detail?id=137692

    heres a snip from the above link that goes in to more detail

    As I understand it: the main problem is the fact that Chrome continues
    to use the old Windows GDI for rendering fonts, and it looks poor. All
    other modern browsers (except Opera) have switched to using
    DirectWrite on Windows, resulting in much better font rendering,
    leaving Chrome lagging.

    If you look back at older versions of IE and Firefox you’ll see their
    font rendering a few years ago looked exactly the same as Chrome’s
    does today on Windows. People just didn’t notice as much back then as
    nobody was using web fonts; when you’re using Arial, Verdana etc they
    look OK because those fonts have been carefully designed and hinted to
    work well with the GDI engine. Most web fonts have not.

    for developers, one work around is to put SVG first, doubt this is proper though

    -before--------------
    
    @font-face {
    font-family: 'chunk-webfont';
    src: url('../../includes/fonts/chunk-webfont.eot');
    src: url('../../includes/fonts/chunk-webfont.eot?#iefix') format('eot'),
    url('../../includes/fonts/chunk-webfont.woff') format('woff'),
    url('../../includes/fonts/chunk-webfont.ttf') format('truetype'),
    url('../../includes/fonts/chunk-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    }
    
    
    -after--------------
    
    @font-face {
    font-family: 'chunk-webfont';
    src: url('../../includes/fonts/chunk-webfont.eot');
    src: url('../../includes/fonts/chunk-webfont.eot?#iefix') format('eot'),
    url('../../includes/fonts/chunk-webfont.svg') format('svg'),
    url('../../includes/fonts/chunk-webfont.woff') format('woff'),
    url('../../includes/fonts/chunk-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using some Google Web Fonts. I hear that Google deal with all
I am experiencing some strange behavior with Google web fonts. Now I am using
I've designed a site using numerous Google Web Fonts. Unfortunately, on WinXP (IE6-8), some
I'm using this script to retrieve a list of Google web fonts. How can
I am using google web fonts for a page of mine, but I get
I'm using the Raleway font provided by Google's Web Fonts and I have found
I'm using google web fonts for a project, and have had no issues so
I have a problem with printing web fonts from Google chrome v 18 but
I've been using Google Web Search API but the searched keyword is coming highlighted
I am using Google motion-charts in a web-site developed in python/django. Is there a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.