# HG changeset patch # User Matti Hamalainen # Date 1521725450 -7200 # Node ID c3512a94189d3ba6aa7c9e550f26ad88493fb91d # Parent dc11f61663c9e65a09981be8bb7d9151c4162578 Prevent idiotic Chrome text scaling / boosting. diff -r dc11f61663c9 -r c3512a94189d basic.css --- a/basic.css Thu Mar 22 15:15:18 2018 +0200 +++ b/basic.css Thu Mar 22 15:30:50 2018 +0200 @@ -1,3 +1,9 @@ +html { + -webkit-text-size-adjust: none; + -moz-text-size-adjust: none; + -ms-text-size-adjust: none; +} + body { font-size: 14px; font-family: Verdana, Arial, helvetica, sans-serif;