Math and front-end
chenhuijing.com
Math and front-end
1–10 of 23 posts
Re: Math and front-end
#2I find the font on this site pretty annoying to read.
Re: Math and front-end
#3I find the font on this site pretty annoying to read.
You may also read it on Medium: https://blog.logrocket.com/math-and-front-end-context-is-so-...
Re: Math and front-end
#4I find the font on this site pretty annoying to read.
You have control over what your computer does. You don't have to accept things you don't like. Change it.
Re: Math and front-end
#5[deleted]
Re: Math and front-end
#6I pretty much just abuse flexbox to make things go where I want them to. It's nice to see how you'd calc all these things though!
Re: Math and front-end
#7Tantek Çelik did some of this experimentation, amazingly, over a decade ago (2001). Right-click for his CSS:
"A Study of Regular Polygons" http://tantek.com/CSS/Examples/polygons.html
Re: Math and front-end
#8Re: Math and front-end
#9He'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
#10I 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.