set a line height for consistency

This commit is contained in:
Ted Unangst 2019-09-27 15:36:46 -04:00
parent da0839bb6d
commit 12b4bb9a52
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ body {
font-size: 1em; font-size: 1em;
word-wrap: break-word; word-wrap: break-word;
font-family: sans-serif, "Noto Color Emoji"; font-family: sans-serif, "Noto Color Emoji";
line-height: 1.1;
} }
pre, code { pre, code {
white-space: pre-wrap; white-space: pre-wrap;