Hacker News new | ask | show | jobs
by pasta 3476 days ago
I disabled the use of custom fonts and have to say that the material style of Google makes websites unreadable. Just like this framework does.

This is because the span inside an icon has a huge font size. And they use ligatures for characters (so I'm seeing the huge ligatures).

Why would someone choose ligatures over CSS classes?

Edit: I was thinking about problems with screen readers and so on. A CSS class is just styling, but what Google uses is content.

2 comments

> Why would someone choose ligatures over CSS classes?

That's a really good question because I presume they did it for a reason. Why else go through the hassle?

Could you provide a screenshot of the problem you encounter?
Just disable the "Material Icons" font in DevTools and you'll see it.