Bad font rendering Chrome

edotassi

How i fix this?

First "D" is rendered on Chrome 31.0.1650.63 m and second is rendered on IE11.

Chrome rendering

IE 11 rendering

Update:

adding -webkit-font-smoothing: antialiased; the problem remains... enter image description here

It could be a problem with the video card?

Update 2:

css font code:

 @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../font/font1.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../font/font2.woff) format('woff');
}
Michał Dudak

This is an issue with Chrome rendering engine but it looks like this is finally going to be fixed. See https://plus.google.com/u/0/+FrancoisBeaufort/posts/PGPpiQr6bwi

The issue is on Chromium's bugtracker: https://code.google.com/p/chromium/issues/detail?id=333029 https://code.google.com/p/chromium/issues/detail?id=25541

EDIT:
The DirectWrite support which enables pretty font rendering has been added to Chrome 37. (source: https://code.google.com/p/chromium/issues/detail?id=25541#c152)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

IntelliJ Bad Font Rendering

From Dev

Google Chrome Font Rendering

From Dev

IntelliJ IDEA rendering bad font

From Dev

Google chrome font rendering issue

From Dev

icon font not rendering on Windows Chrome

From Dev

Google Chrome DevTools Font Rendering

From Dev

chrome rendering issue of hindi font

From Dev

LibGDX sprite batch font bad scale rendering

From Dev

Bad font rendering with some applications and good rendering in others, Windows 10

From Dev

Google Chrome Font Rendering (Bold & Jittery)

From Dev

chrome overall font rendering issue 2016

From Dev

Linux Mint - Facebook font rendering in Chrome is ugly

From Dev

Rendering issue in Chrome due to @Font-Face

From Dev

Google Chrome Issue Rendering Font From @font-face

From Dev

Google Chrome Issue Rendering Font From @font-face

From Dev

Android font rendering, i am getting very bad view

From Dev

Bad character spacing (kerning) in JavaFX's font rendering (in Linux)

From Dev

1080p - MacOS X - Screen / Font rendering very bad

From Dev

android / chrome web font rendering issue - vertical/width cropping

From Dev

Chrome 40 beta Title Tabs Rendering With Serif-style Font

From Dev

Font-face glyph rendering issue on Chrome and Opera

From Dev

Weird Chrome font rendering issue on Ubuntu, numbers only?

From Dev

Lato Font not rendering in IE but its working fine in Chrome

From Dev

Font visual rendering different on safari. Working fine on chrome

From Dev

Font rendering in Chrome (woff2) - after load font family doesn't want to change

From Dev

Google I/O - Roboto Font (new version) font rendering issues in Chrome (windows)

From Dev

Font rendering in Chrome (woff2) - after load font family doesn't want to change

From Dev

Android webview bad rendering

From Dev

recordMyDesktop rendering is bad

Related Related

  1. 1

    IntelliJ Bad Font Rendering

  2. 2

    Google Chrome Font Rendering

  3. 3

    IntelliJ IDEA rendering bad font

  4. 4

    Google chrome font rendering issue

  5. 5

    icon font not rendering on Windows Chrome

  6. 6

    Google Chrome DevTools Font Rendering

  7. 7

    chrome rendering issue of hindi font

  8. 8

    LibGDX sprite batch font bad scale rendering

  9. 9

    Bad font rendering with some applications and good rendering in others, Windows 10

  10. 10

    Google Chrome Font Rendering (Bold & Jittery)

  11. 11

    chrome overall font rendering issue 2016

  12. 12

    Linux Mint - Facebook font rendering in Chrome is ugly

  13. 13

    Rendering issue in Chrome due to @Font-Face

  14. 14

    Google Chrome Issue Rendering Font From @font-face

  15. 15

    Google Chrome Issue Rendering Font From @font-face

  16. 16

    Android font rendering, i am getting very bad view

  17. 17

    Bad character spacing (kerning) in JavaFX's font rendering (in Linux)

  18. 18

    1080p - MacOS X - Screen / Font rendering very bad

  19. 19

    android / chrome web font rendering issue - vertical/width cropping

  20. 20

    Chrome 40 beta Title Tabs Rendering With Serif-style Font

  21. 21

    Font-face glyph rendering issue on Chrome and Opera

  22. 22

    Weird Chrome font rendering issue on Ubuntu, numbers only?

  23. 23

    Lato Font not rendering in IE but its working fine in Chrome

  24. 24

    Font visual rendering different on safari. Working fine on chrome

  25. 25

    Font rendering in Chrome (woff2) - after load font family doesn't want to change

  26. 26

    Google I/O - Roboto Font (new version) font rendering issues in Chrome (windows)

  27. 27

    Font rendering in Chrome (woff2) - after load font family doesn't want to change

  28. 28

    Android webview bad rendering

  29. 29

    recordMyDesktop rendering is bad

HotTag

Archive