Top "Font-smoothing" questions

Font weight turns lighter on Mac/Safari

On my last website, the text is perfect naturally on chrome and firefox without touching font-smoothing or anything else. But …

css fonts safari font-smoothing
Is it possible to disable font smoothing in CSS?

I want some small fonts to look with no smoothing. Is it possible to disable font smoothing using HTML/CSS?

html css fonts stylesheet font-smoothing
Intellij IDEA font smoothing in linux

I'm using IntelliJ IDEA on Arch Linux with KDE. OpenJDK version is 1.7.0_40. Whole IDE fonts (includes code editor) are rendered …

intellij-idea openjdk font-smoothing
Font Smoothing Techniques? text-shadow rendering differently in Chrome 14.0.833.0 or higher

EDIT: We're in Chrome 19 now, and this still isn't fixed. Just a clarification: this happens in Chrome on Windows, not …

css windows google-chrome cleartype font-smoothing
Disable Anti-Aliasing Fonts in Xcode 4.4 in Mountain Lion

It's getting pretty frustrating to keep struggling with this one. I'm not sure if it's Xcode 4.4 or Mountain Lion (I …

xcode antialiasing osx-mountain-lion xcode4.4 font-smoothing
font smoothing CSS - but for windows?

The following code makes my text look so much prettier on Mac: html, body { -moz-osx-font-smoothing: grayscale; } But it doesn't work …

css fonts font-smoothing