Earlier quoted context omitted.
Google doesn't want you to use Chromium. Use Chrome instead, it's exactly like Chromium but with all the Google bloatware installed!
>with all the Google bloatware installed! Oh yeah? Like what? Sorry, does anyone downvoting want to actually explain to me what "bloatware" is "bundled into" Chrome? Or just more errant bullshit that's tacitly accepted because it's anti-Google rhetoric fired from the hip without substance? Those audio/video codecs... so much bloat! https://chromium.googlesource.com/chromium/src/+/master/docs... Or maybe you're upset…
Google Fonts Redesigned
231–240 of 268 posts
Re: Google Fonts Redesigned
#232Re: Google Fonts Redesigned
#233Why are loads of the letters replaced by empty boxes ? Is this a gameshow reference? http://imgur.com/CY0yv4R
Re: Google Fonts Redesigned
#234Re: Google Fonts Redesigned
#235Re: Google Fonts Redesigned
#236Earlier quoted context omitted.
I don't think Chromification is any better.
Indeed, in 2016 requiring IE can be forgiven as a symptom of Microsoft captivity and/or being behind the times, while requiring Chrome is a proud proclamation of some mixture of not caring about standards, not caring about UX, not caring about users, not caring about proper web design (in order to avoid proprietary features), and being an ignorant and arrogant Google fanboy.
I can get dropping Edge if you are an individual developer and simply don't have any Windows machines around (testing websites from a VM really sucks), but going Chrome-only pushes us back to the monopoly position that harmed our field so much in the first place.
Actively moving towards a webkit-monoculture ultimately harms our profession.
Re: Google Fonts Redesigned
#237Earlier quoted context omitted.
Chromium of all browsers gets pestered all the time by Google services. It's... odd.
Which Google services are you talking about? I've been running Chromium for about 6 years as my main browser and I don't remember a site even detecting that it wasn't Chrome, let alone pestering me.
Re: Google Fonts Redesigned
#238Re: Google Fonts Redesigned
#239This is a gorgeous redesign that really lets the typography shine, as well as deftly addressing numerous usability issues with the old site. The family size filter in particular makes finding a usable set of weights much easier, and the featured section adds a welcome new layer of curation. Two minor observations: - It would be a great addition to the family size slider to be able to filter for "contains italics." So…
Are you using chrome? It looks pretty dumb in firefox. It looks like this. http://imgur.com/IT7x83h
Re: Google Fonts Redesigned
#240Earlier quoted context omitted.
> They do provide proper cache headers. They cache the CSS for 1 day. The actual font files are cached for a lot longer than that. I don't see it, not with curl at least. Looks like actual fonts are cached for a year. But not CSS, > curl https://fonts.googleapis.com/css?family=Open+Sans -i expires:Tue, 14 Jun 2016 19:02:03 GMT date:Tue, 14 Jun 2016 19:02:03 GMT At the very least they should allow to control that with…
Expires is a HTTP/1.0 header, Cache-Control is HTTP/1.1 and used by anything created in the last 10-15 years. Most sites set the Expires header similar to their Cache-Control max-age, but I guess Google just doesn't care and it doesn't really matter anyway.