Live data from Hacker News

Google Fonts Redesigned

fonts.google.com

141–150 of 268 posts

Re: Google Fonts Redesigned

#141
post #105

Earlier quoted context omitted.

That was the old IE. Edge is a whole new browser and management has changed since ballmer era. It's like punishing current generation of Germans because of hitler.

Comparing IE to hitler - be fair, he wasn't that evil.

Who, Hitler?

Re: Google Fonts Redesigned

#143
post #4

Looks great in Chrome, completely broken in Firefox: https://i.imgur.com/XRMgcHp.png .

They probably did: font-family: Something Instead of: font-family: 'Something' FF has given me this issue for years.

No, for their "Jaldi" font they simply use:

    font-family: "Jaldi script=latin rev=2"
However, they are replacing what they think is a missing glyph with an image. For example, if I type the letter "r" while keeping the DOM inspector open, I see the text node containing the letter for a moment before it is replaced with an image element:

    
This is most likely a javascript bug doing a false negative failed progressive enhancement.

Re: Google Fonts Redesigned

#144

I still have the same problem I had with the old UI: The only reason I come to this site to get the copy/paste one liner to put a certain font on my site, but every time it takes me a few minutes to find it

1. Click a font's plus icon 2. Click on "1 Family Selected" 3. Copy the embed link from the dialog. How is that hard?

Once you know what to do, it's easy, but it's not immediately obvious that you need to "Select" a font in order to use it (as opposed to, say, clicking through to its page), or that clicking on the notification would do anything.

Re: Google Fonts Redesigned

#145

"Your browser is not currently supported. Google Fonts works best on Chrome, Firefox, or Safari." Google still treating Edge users like trash, I see[0]. Microsoft Edge works fine for the vast majority of websites, and a block like this telling you to get a different browser is incredibly painful. If you tell me I need a different browser, I'm going to find a different company or website to do business with. [0]Gmail…

At my work we just decided this week that we will no longer support IE or Edge. We won't actively block them (or show a message) and if the site works in those browser then great. But, we won't test in IE or Edge and we won't make any bug fixes just for those browsers. Frankly the number of users using those browsers (low for our site) versus the number of hours required to fix problems with those browsers (high in o…

I mean, that's fair for you to make that business decision, but if I'm a customer of yours and having issues, and I find out you're not supporting me, I'm just going to do business with someone else. And if that's fine with you, it's fine with me too.

Where I work, we need to use IE for many things, and we have exactly one piece of software that requires a different browser. If in the future, I have the opportunity to replace that product with something that also works in IE, I will, without hesitation. Because the frustration caused by the one IE-incompatible software outweighs the benefit it could possibly provide over a competitor.

Re: Google Fonts Redesigned

#146
post #9

If anyone is curious about the sample text: * "All their equipment and instruments are alive." (Mr. Spaceship, by Philip K. Dick) * "A red flair silhouetted the jagged edge of a wing." (The Jewels of Aptor, by Samuel R. Delany) * "I watched the storm, so beautiful yet terrific." (Frankenstein, by Mary Shelley) * "Almost before we knew it, we had left the ground." (A Trip to Venus, by John Munro) * "A shining crescent…

"She stared through the window at the stars" is just too common a phrase :-) A simple google search suggests a hit in atleast 3-4 books.

There isn't actually many results at all for that exact phrase, as far as I can see. It looks likely that it's a modification of "he stared through the window at the stars", which doesn't occur much more often, but did appear in A Voyage to Arcturus by David Lindsay.

Re: Google Fonts Redesigned

#148
post #111

"Your browser is not currently supported. Google Fonts works best on Chrome, Firefox, or Safari." Google still treating Edge users like trash, I see[0]. Microsoft Edge works fine for the vast majority of websites, and a block like this telling you to get a different browser is incredibly painful. If you tell me I need a different browser, I'm going to find a different company or website to do business with. [0]Gmail…

Chromium of all browsers gets pestered all the time by Google services. It's... odd.

Google doesn't want you to use Chromium. Use Chrome instead, it's exactly like Chromium but with all the Google bloatware installed!

Re: Google Fonts Redesigned

#149
I just wondered why it is laggy when I scroll the page down quickly and inspected the network activity.

6 times scrolling ends up with 210 new requests. really? Is this really needed or can't it be improved easily with bigger range of pagination size?

Re: Google Fonts Redesigned

#150
post #86

What is in it for google to give these fonts away? Does it help them track people or learn about sites that use them?

The original story I heard was that it encouraged people to stop using images of text on the web (which used to be a common way to get custom typography in pages). The images of text are hard to index and search because they would require OCR and would lose other possible semantic information that might be present in a textual page. So Google hoped that people would choose to use these fonts and then represent textua…

That makes perfect sense. Thanks.
Post reply on HN