A tweet showing the actual difference as screenshot: https://twitter.com/Tempo_Storm/status/1425549066377777156 Appears to be a standard-res Windows rendering. (Obviously a Retina Mac/iOS rendering will be totally different.)
I don't know if it's the quality of the screenshot, but the left image (old) looks way more blurry to me then the new one.
Twitter's new font, Chirp, is apparently giving some users headaches
161–170 of 264 posts
Re: Twitter's new font, Chirp, is apparently giving some users headaches
#162I switch between Mac for work and Windows for pleasure and Windows font rendering can be hit and miss.
I notice fonts on websites a lot and get frustrated when they're bad but this was one of the most pleasant ones I've experienced, to the point I went and looked it up. I didn't realize it was a modified Grilli Type, I've always enjoyed their fonts so not much surprise I liked it.
Re: Twitter's new font, Chirp, is apparently giving some users headaches
#163Re: Twitter's new font, Chirp, is apparently giving some users headaches
#164Since most of the comments are negative, I will say I noticed the new font yesterday and loved it on my Windows computer in Chrome. I switch between Mac for work and Windows for pleasure and Windows font rendering can be hit and miss. I notice fonts on websites a lot and get frustrated when they're bad but this was one of the most pleasant ones I've experienced, to the point I went and looked it up. I didn't realize…
I'm on Windows, and in Chrome and Firefox this new font is a pain to read.
( 1080p / 24" here )
Re: Twitter's new font, Chirp, is apparently giving some users headaches
#165To anyone saying "Users will complain about anything", I'm on a Windows desktop and this is honestly the most unpleasant reading experience I've had on any big website in recent memory. There seems to be an issue with the OS antialiasing that is rendering characters slightly blurry to feel it's not focused, further straining my eyes. Seems to have only been tested on Bay Area Apple devices.
HN is reliably the worst reading experience I have on the internet, exclusively because of the lack of line-wrapping.
The line wrapping I can quasi-forgive as this being a place for discussion rather than dumping
code blocks.
Re: Twitter's new font, Chirp, is apparently giving some users headaches
#166Earlier quoted context omitted.
I don't blame the browsers, really. Look at the source code of Twitter or Facebook. It's intentionally obfuscated and mangled, probably in part to fuck with ad blockers. I have a few user stylesheets (even a little custom Firefox extension to block one user's comments on a site I frequent), but the sites I'd really like to use them on largely don't make it possible to do so. Look at a Facebook ad in your browser's we…
* { font-family: 'Verdana, sans-serif !important' }
Arial
Ubuntu
Helvetica
Ubuntu
sans-serif
Ubuntu
This way, my font overrides happen in any software that uses fontconfig (i.e. most X11 software that uses TrueType fonts). $ fc-match Helvetica
Ubuntu-R.ttf: "Ubuntu" "Regular"
[1] https://en.wikipedia.org/wiki/Ubuntu_%28typeface%29Re: Twitter's new font, Chirp, is apparently giving some users headaches
#167Earlier quoted context omitted.
Twitter's chirp webfont is almost 100k. On optimized sites, that can easily be larger then all of the HTML/CSS combined.
But tens to even hundreds of times smaller than any single tweet that has an image in it, so not really a useful metric.
https://twitter.com/Twitter is 1.6mb. (200k+ of fonts, 500k+ of JS)
Re: Twitter's new font, Chirp, is apparently giving some users headaches
#168To anyone saying "Users will complain about anything", I'm on a Windows desktop and this is honestly the most unpleasant reading experience I've had on any big website in recent memory. There seems to be an issue with the OS antialiasing that is rendering characters slightly blurry to feel it's not focused, further straining my eyes. Seems to have only been tested on Bay Area Apple devices.
O, no... the o's render square and then round and then square again on xubuntu/chrome... what's up!?!... https://imgur.com/a/0LcqKej Many things seem to change because people need to change things to rationalize their job title. Is that what's going on here?
Re: Twitter's new font, Chirp, is apparently giving some users headaches
#169Re: Twitter's new font, Chirp, is apparently giving some users headaches
#170The ‘custom’ font has been identified¹ as Grilli Type GT America ² with minor spacing change and a Twitter logo in the PUA. ¹ https://twitter.com/jeffjose/status/1425626162219286529 ² https://www.grillitype.com/typeface/gt-america
Interestingly that means Twitter text is no longer fully portable. If you copy some text from Twitter, you specifically need Chirp to render it properly or else characters like their special logo character will be broken for all other fonts Because they're using the "Private Use Area" of the font improperly... Maybe I'm paranoid but I'm feeling like this is an intentional decision in order to push other fonts/found…
> Because they're using the "Private Use Area" of the font improperly...
Uh, isn't putting your own characters in Unicode's private use area specifically what that area is for? Isn't that where fonts that have dingbats unique to them, for instance, would put them?