I’ve been getting some strange font rendering only on Kinopio and only when using a particular monitor. The scaling factor on mac also has to be set to a non-integer multiple of the default scaling one. (i.e. the default times 2 is crisp but between 1x and 2x is not.)
I’ve been using Firefox. I’ll comment back with how chrome looks when I get back to the monitor.
I’ve noticed this on my built-in MacBook Pro screen at times, but it was the whole screen—not specific to Kinopio.
I just watched your video again. I agree, weird! It’s very interesting that it shows up in a recording. I don’t know how the rendering stack works, but this tells us something about where the problem is/isn’t
either in the webconsole or with a userscript, can you try applying any of these css web font overrides font-smooth - CSS: Cascading Style Sheets | MDN to either the * element or to .cards to see whether that changes things?
I tried the firefox version: -moz-osx-font-smoothing with various values, with no luck.
But! I did find out that when the page size is under 2048 pixels wide (with window.innerWidth) then I don’t have any flicking or blurriness. Super weird! But that will be plenty wide for me, so all good for now. Thank you!