Fixed #49, improving font readability.

This commit is contained in:
Amy J. Ko 2020-07-10 09:59:50 -07:00
parent 7306db3d3b
commit f391478314

View file

@ -1,19 +1,18 @@
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400');
body { body {
max-width: 800px; max-width: 800px;
padding: 3em; padding: 3em;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
font-weight: 300; font-weight: 400;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Palatino Linotype", "Georgia", sans-serif;
font-size: 12pt; font-size: 14pt;
line-height: 1.75em; line-height: 2em;
} }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 400; font-weight: 600;
margin-top: 2em;
} }
strong, b { strong, b {
@ -29,5 +28,15 @@ table.text-left td {
} }
p { p {
margin-top: 1em; margin-top: 1.5em;
margin-bottom: 1.5em;
margin-right: 1.5em;
}
table p {
margin-top: 0em;
}
li {
margin-bottom: 0.5em;
} }