mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
fix font rendering in ie/edge (#225)
This commit is contained in:
parent
7886cdcb79
commit
7f089e1e47
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,9 @@ html {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* Prevent elastic scrolling on the whole page */
|
/* Prevent elastic scrolling on the whole page */
|
||||||
height: 100%;
|
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);
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue