Replying to comments about our web page design
research.exoticsilicon.com
Replying to comments about our web page design
1–10 of 211 posts
Re: Replying to comments about our web page design
#2 font-size: min(max(1em, 1.3vw), 1.3em);
Which explains why it looks just right on my high-DPI Chromebook even though I haven't configured a big enough default font size for the browser.This is going to be the default font-size for all of my websites now (preceded by a fallback for maximum compatibility of course).
Re: Replying to comments about our web page design
#3I've always liked ExoticSilicon's design, but not until this post did I realize their smart bit of CSS for default font size: font-size: min(max(1em, 1.3vw), 1.3em); Which explains why it looks just right on my high-DPI Chromebook even though I haven't configured a big enough default font size for the browser. This is going to be the default font-size for all of my websites now (preceded by a fallback for maximum com…
Re: Replying to comments about our web page design
#4Re: Replying to comments about our web page design
#5I think they channel the feeling quite well
Re: Replying to comments about our web page design
#6Re: Replying to comments about our web page design
#7Re: Replying to comments about our web page design
#8If you enjoy a bit of well-done nostalgia, I suggest giving vacation.inc [1] a try, too (same guys from poolsuite.net [2]). [1] https://www.vacation.inc [2] https://poolsuite.net
Re: Replying to comments about our web page design
#9Re: Replying to comments about our web page design
#10I've always liked ExoticSilicon's design, but not until this post did I realize their smart bit of CSS for default font size: font-size: min(max(1em, 1.3vw), 1.3em); Which explains why it looks just right on my high-DPI Chromebook even though I haven't configured a big enough default font size for the browser. This is going to be the default font-size for all of my websites now (preceded by a fallback for maximum com…
Here's an explanation of this expression from Phind: https://www.phind.com/search?cache=bd161914-4d18-4758-b540-2...