Disable font boosting so mobile browsers don't f up our site

This commit is contained in:
Anthony Wang 2022-04-19 19:12:40 -05:00
parent ab8ca8c6b2
commit 4dd5f54ac9
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -14,7 +14,10 @@
body {
text-align: center;
font-family: DejaVuSansMono;
font-size: 16px;
/* Disable font boosting */
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
}
h4 {