Updated font.

This commit is contained in:
Andy Ko 2017-12-12 17:28:36 -08:00
parent c912bdba1b
commit a4b4ddefd3

View file

@ -1,8 +1,18 @@
@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,600,600i');
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-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12pt;
}
p {
line-height: 1.5em;
} }
table.text-left td { table.text-left td {