Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Font smoothing issue on non-retina screen with desktop safari #13

Open
muratcorlu opened this issue Apr 22, 2020 · 17 comments
Open

Font smoothing issue on non-retina screen with desktop safari #13

muratcorlu opened this issue Apr 22, 2020 · 17 comments

Comments

@muratcorlu
Copy link

If you open the page in an external(non-retina) screen in latest Safari on MacOS Catalina, font smoothing doesn't render properly. Here is a screenshot:

image

@grstreten
Copy link

grstreten commented Apr 22, 2020

Echo of this on an  Thunderbolt Display with macOS Catalina.

@jdan
Copy link
Owner

jdan commented Apr 22, 2020

Yikes! Sorry about this. Wondering if the letter-spacing I just removed will fix this, or if I need to make sure not to remove -webkit-font-smoothing for this scenario.

@muratcorlu
Copy link
Author

I also played with it but couldn't find an easy solution. I'll also try playing with letter-spacing.

@muratcorlu
Copy link
Author

Disabling letter-spacing doesn't help.

@jdan
Copy link
Owner

jdan commented Apr 23, 2020

Hey @muratcorlu!

We disabled font-smoothing when we brought the new font in. Wanna take a look at https://jdan.github.io/98.css (hard refresh with command+shift+R) and let me know how it looks?

@grstreten
Copy link

Whilst I'm yet to check on a non-retina display, rendering in Safari is looking a little funky now. Apologies if this needs a separate issue, happy to raise it in one. Verified it's not occurring in Chrome.

Screenshot 2020-04-23 at 22 47 13

@muratcorlu
Copy link
Author

Hi @jdan

Here is the latest situation:

image

@jdan
Copy link
Owner

jdan commented Apr 27, 2020

Ran into a fun one: #68 (comment)

I know nothing about web fonts :)

@jdan
Copy link
Owner

jdan commented Apr 27, 2020

It's almost as if the space ruins it!

Hey @muratcorlu if you modify the "My First Program" header into "MyFirstProgram" does it go away?

@muratcorlu
Copy link
Author

@jdan yes, without spaces it looks good.

image

@muratcorlu
Copy link
Author

Same applies for dialog content text. Without space, it's ok. What is the cause for this? 🤯

image

@dertuxmalwieder
Copy link

It also looks like that on a Retina MacBook Pro, so the non-Retina is not the issue here.

@DannyJJK
Copy link

DannyJJK commented Jun 2, 2021

I'm not sure if this is an issue any more, it looks good on Safari 14.1.1 (16611.2.7.1.4)
imagen

@dertuxmalwieder
Copy link

The "dialog" seems to be fixed, but the tree and dropdown boxes still look strange on Retina (Safari 14 TP).

Bildschirmfoto 2021-06-02 um 22 57 36

@muratcorlu
Copy link
Author

Here is the current situation for me on Safari 14.1.1 and on an external (non-retina) display.

image
image

It's way better. But still some letters in that thin font overlapping.

@rolandcrosby
Copy link

Yep, I'm using an old non-Retina MacBook Air (Safari 14.1), and I see the same kerning issues as @muratcorlu is seeing. I don't believe there are any missing pixels or mis-rendered individual characters like in @dertuxmalwieder's screenshot, though.

@dertuxmalwieder
Copy link

If it helps, both XP.css and 7.css don't have these problems for me.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants