Questions tagged [font-smoothing]
25 questions
52
votes
5 answers
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 on Mac / Safari 7 the text appears well then turns immediately thinner (too much thinner / not nice to read).
After doing…

Miguel Bocquier
- 2,449
- 5
- 22
- 38
35
votes
3 answers
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 installed both simultaneously), but once again my code is being anti-aliased (font smoothing) in Xcode.
I was previously able to fix…

Brent Traut
- 5,614
- 6
- 29
- 54
29
votes
8 answers
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 without any antialiasing and font smoothing. I set in idea.properties file idea.use.default.antialiasing.in.editor to…

InsidE
- 291
- 1
- 3
- 5
22
votes
4 answers
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?

German Latorre
- 10,058
- 14
- 48
- 59
14
votes
3 answers
Is there a way to smooth font icons in Firefox?
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 fix this?For example the Firefox problem of images…

Core_dumped
- 1,571
- 4
- 16
- 34
13
votes
6 answers
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 Linux or Mac. I think it has to do with Cleartype. Google, please fix this.
I've been using CSS3 text-shadow to emulate IE9's…

Thomas Shields
- 8,874
- 5
- 42
- 77
7
votes
1 answer
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 on Windows. Is there anything that works the same way for Windows?

user1227914
- 3,446
- 10
- 42
- 76
6
votes
0 answers
JavaFX: Entirely turn off scene anti-aliasing (inclusive of control text anti-aliasing)
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 letter edges even though the text color is black; on my…

ideaboxer
- 3,863
- 8
- 43
- 62
5
votes
0 answers
Font smoothing in Visual Studio for Mac 2019
I upgraded Visual Studio for Mac 2017 to 2019 yesterday, and immediately noticed that the Subpixel rendering is switched off inside the text editor! It looks terrible.
I'm running OS X Mojave where I, after having upgraded it, explicitly turned…

Anders Emil
- 457
- 3
- 13
5
votes
0 answers
JavaFX: Turn off font smoothing
(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 font smoothing/ClearType OS-wide was one of the first…

Alex Abdugafarov
- 6,112
- 7
- 35
- 59
4
votes
1 answer
Android Studio 2.1 - I want font antialiasing / smoothing off
On Windows 7 64 bit in Android Studio 1.5 I have a nice Monospaced 14 font without antialiasing / smoothing which I like. However, in recently installed Android Studio 2.1 (all settings allegedly imported from AS 1.5) - antialiasing / smoothing is…

Yar
- 4,543
- 2
- 35
- 42
3
votes
0 answers
Truly bitmap (no anti-aliasing/shadowing/etc) fonts in CSS
I'm trying to get firefox and chrome to render bitmap fonts properly, but no matter what I seem to do they always anti-alias text to some degree. I'm using terminus, converted from TTF to WOFF and included with @font-face in CSS. Here's what I want…

user3188458
- 31
- 2
2
votes
0 answers
Text Smoothness changing on hover
When I hover the boxes the white text is changing smoothing automatically and getting it fixed automatically as well, not sure why font smoothness is being changed, here is the link
I tried with the following code to fix it, but no effect at…

Sanjeev Kumar
- 3,113
- 5
- 36
- 77
2
votes
1 answer
Ragged website font on Windows
I've been building this site for a while, however the font I use for headers looks ragged on Windows using Chrome, although it looks perfect on Mac or using Edge: Link
I did try the various font smoothing properties to no avail and using text-shadow…

Hissvard
- 488
- 7
- 24
1
vote
2 answers
How to get an aliased (retro-style) HTML text effect
I am trying to achieve a jagged text effect with HTML and CSS text. I am aware of the webkit-font-smoothing and font-smooth properties, but even with those set to "none" and "never", the text is still smoother than I would like.
Are there other css…

mheavers
- 29,530
- 58
- 194
- 315