Photoshop tuts
What does `font: 110%/1.4 system-ui` mean?
I use this line, or one like it, in a lot of quick demos. Not that it’s not a production-worthy line of code—I just tend to be a bit more explicit on bigger projects. html { font: 110%/1.4 system-ui; } Someone wrote in confused by it, and I could see Read more…