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-smoothingI want some small fonts to look with no smoothing. Is it possible to disable font smoothing using HTML/CSS?
html css fonts stylesheet font-smoothingI'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-smoothingEDIT: 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-smoothingIt'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-smoothingThe 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