Datatype — variable font that turns text into charts

37 points by ehamberg


adrien

I only get a blank page. The DOM is there but I can't see anything.

Using a font for charts is not good for accessibility.

But was it the reason I only got a blank page? Nope: turns out there's an "opacity: 0;" CSS rule on body.

There's also that opacity rule on other elements.

It turns out I had to disable ublock origin to get because the fonts file were blocked and then some javascript removed these opacity rules I guess.

But well, I also have browser rules to force using my font choice (I hate serifs).

I'm quite parted about all this. Using a font for charts is definitely the wrong tool. OTOH, the charts values are provided so it's maybe not that bad (although seeing just the values is rarely expected). There are some nice things but it's not really usable in practice: there are too many actual and current issues.

FedericoSchonborn

"vibecoding" tag disclosure: I was going to write a long comment with all my findings (if the first paragraph or the article wasn't telling enough) but guess I don't need to do that at all (I'll probably end up making a SlopHub account again just so I can use Code Search).