comparison basic.css @ 212:c3512a94189d

Prevent idiotic Chrome text scaling / boosting.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Mar 2018 15:30:50 +0200
parents dc11f61663c9
children 8938fef384a2
comparison
equal deleted inserted replaced
211:dc11f61663c9 212:c3512a94189d
1 html {
2 -webkit-text-size-adjust: none;
3 -moz-text-size-adjust: none;
4 -ms-text-size-adjust: none;
5 }
6
1 body { 7 body {
2 font-size: 14px; 8 font-size: 14px;
3 font-family: Verdana, Arial, helvetica, sans-serif; 9 font-family: Verdana, Arial, helvetica, sans-serif;
4 10
5 color: white; 11 color: white;