From da1a47ed0419242c33454274fdc3ac661d8ffa16 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 6 Feb 2016 07:56:27 -0800 Subject: [PATCH] monospace --- public/css/style.css | 4 ++-- src/twtxtlist.nim | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 671e9df..0e06370 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,6 +1,6 @@ -body { font-family: sans-serif; background: #eee; } +body { font-family: monospace; background: #eee; } a, h1, h2 { color: #377ba8; } -h1, h2 { font-family: 'Georgia', serif; margin: 0; } +h1, h2 { font-family: monospace; margin: 0; } h1 { border-bottom: 2px solid #eee; } h2 { font-size: 1.2em; } diff --git a/src/twtxtlist.nim b/src/twtxtlist.nim index 760023a..f5a4fc2 100644 --- a/src/twtxtlist.nim +++ b/src/twtxtlist.nim @@ -48,8 +48,8 @@ template fail*(): expr = halt render(baseTemplate, layoutCtx) settings: - port = getEnv("PORT").parseInt().Port - bindAddr = "0.0.0.0" + port = getEnv("PORT").parseInt().Port + bindAddr = "0.0.0.0" routes: get "/":