mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 04:43:12 +03:00
fix font rendering in ie/edge (#225)
This commit is contained in:
parent
7886cdcb79
commit
7f089e1e47
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user