about summary refs log tree commit diff stats
path: root/static/css/style.css
diff options
context:
space:
mode:
authorAlan Pearce2020-01-06 19:08:42 +0100
committerAlan Pearce2020-01-06 19:08:42 +0100
commit6d061434a07767cd18afec928a65a69bced9391b (patch)
tree63b3e1ccc8f9271080ddf8e15cee704f1c601367 /static/css/style.css
parent982dfb320e8ac58a78203be76c5b06beae25d4f9 (diff)
downloadhugo-xmin-6d061434a07767cd18afec928a65a69bced9391b.tar.lz
hugo-xmin-6d061434a07767cd18afec928a65a69bced9391b.tar.zst
hugo-xmin-6d061434a07767cd18afec928a65a69bced9391b.zip
Remove custom fonts
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 4dc3ae4..a0ca0da 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -3,6 +3,7 @@ body {
   margin: auto;
   padding: 1em;
   line-height: 1.5em;
+  font-family: sans-serif;
 }
 
 /* header and footer areas */