From 42bef0ad5a54f9b7ee78f837ec103b6199e4f573 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 15 Oct 2014 22:50:25 +0200 Subject: add PT Mono for monospace --- src/style.css | 5 +++++ src/templates/journal.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 7f278dd..ff4f1d4 100644 --- a/src/style.css +++ b/src/style.css @@ -1,4 +1,5 @@ @import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700); +@import url(https://fonts.googleapis.com/css?family=PT+Mono); *, *:before, *:after { box-sizing: border-box; } html { @@ -86,6 +87,10 @@ header h1 { } } +tt.literal { + font-size: 0.75rem; +} + #index, #about { padding-bottom: 0.5rem; color: #222; diff --git a/src/templates/journal.html b/src/templates/journal.html index a4bef7f..7f5dfc4 100644 --- a/src/templates/journal.html +++ b/src/templates/journal.html @@ -20,7 +20,7 @@ by {{ entry.author }} {% endif %} - | comments + | comments {{ entry.body }} -- cgit v1.2.3-70-g09d2