Text size and line-height bike-shedding

This commit is contained in:
Ludwig Schubert
2017-10-13 15:14:52 -07:00
parent 31a3478d84
commit 44f14bffe7
4 changed files with 25 additions and 13 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
html {
font-size: 19px;
line-height: 1.3em;
font-size: 16px;
line-height: 1.6em;
/* font-family: "Libre Franklin", "Helvetica Neue", sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;