TIL about the CSS properties zoom and text-size-adjust. I wanted to make a Webview work properly with device font sizes, and found that I had to reset -webkit-text-size-adjust to auto because most CSS resets set it to 100% (e.g. telling the browser to trust that text is sized correctly for a mobile device)