Live data from Hacker News

Math and front-end

chenhuijing.com

1–10 of 23 posts

Re: Math and front-end

#9
He's talking about basic arithmetic. Sums. Averages.

(Front end design ought to have more math behind the scenes, like a constraint solver, and less arithmetic visible to the web designer.)

Re: Math and front-end

#10
post #2

I find the font on this site pretty annoying to read.

Same, and this seems to happen so much on different websites that I made this bookmark:

    javascript:(()=>{document.querySelectorAll("p,div,article,section,ul,ol,li").forEach(x=>{x.style["font-family"]="Verdana";x.style["font-size"]="16px";});})();
It selects all tags that generally contain content and sets the font to Verdana, with a font size of 16px. Whenever I get to such a site, I just click the bookmark and it's readable.
Post reply on HN