fix font rendering in ie/edge (#225)

This commit is contained in:
Austin Burdine 2016-08-24 08:44:02 -06:00 committed by John O'Nolan
parent 7886cdcb79
commit 7f089e1e47

View File

@ -65,7 +65,9 @@ html {
width: 100%;
/* Prevent elastic scrolling on the whole page */
height: 100%;
font: 62.5%/1.65 var(--font-family);
font-family: var(--font-family);
font-size: 62.5%;
line-height: 1.65;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}