font-smoothing Questions

4

I want some small fonts to look with no smoothing. Is it possible to disable font smoothing using HTML/CSS?
Internee asked 10/5, 2012 at 16:38

8

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 without any antialiasing and font smoothing. I set in idea.properti...
Million asked 27/6, 2013 at 15:13

0

(There are several similar question, but no answer worked) I started experimenting with JavaFX (JDK8) and first thing I noticed is a horrible font smoothing. I'm using Windows 8.1 and disabling fo...
Rave asked 19/2, 2018 at 3:38

5

Solved

On my last website, the text is perfect naturally on chrome and firefox without touching font-smoothing or anything else. But on Mac / Safari 7 the text appears well then turns immediately thinner ...
Visitor asked 22/1, 2014 at 8:43

0

Since both System.setProperty("prism.lcdtext", "false") and System.setProperty("prism.lcdtext", "true") are unsatisfactory (the former appears downy whereas the latter appears colorful at the lette...
Copenhaver asked 23/3, 2016 at 19:27

1

Solved

The following code makes my text look so much prettier on Mac: html, body { -moz-osx-font-smoothing: grayscale; } But it doesn't work on Windows. Is there anything that works the same way for W...
Veljkov asked 10/4, 2015 at 6:36

3

I'm using icons. On Chrome and Opera they look fine. But if I try Firefox they look pretty blurry if the font-size of icons is lesser than 20px, while after 30px they look smooth. Is there a way to...
Waterscape asked 18/1, 2015 at 11:2

1

Solved

I am trying to draw text in canvas but the drawn text has jaggies especially in chrome 31.0.1650. I have tried -webkit-font-smoothing:antialiased,text-shadow but all go in vain. How to tackle th...
Clotildecloture asked 10/3, 2014 at 9:46

6

Solved

EDIT: We're in Chrome 19 now, and this still isn't fixed. Just a clarification: this happens in Chrome on Windows, not Linux or Mac. I think it has to do with Cleartype. Google, please fix this. ...
Pencel asked 26/7, 2011 at 0:27

3

Solved

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 installed both simultaneously), but once again my code is being anti-aliased (fo...
1

© 2022 - 2024 — McMap. All rights reserved.