From a4b4ddefd329d1c5596360658f8cc2f0f069b20e Mon Sep 17 00:00:00 2001 From: Andy Ko Date: Tue, 12 Dec 2017 17:28:36 -0800 Subject: [PATCH] Updated font. --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index 05a416a..a541075 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,18 @@ +@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,600,600i'); + body { max-width: 800px; padding: 3em; margin-left: 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 {