From fb94d7aef76a5996892ef82938524cb0c2e0d285 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 14 Feb 2020 23:20:48 +0100 Subject: Revert back to Times new roman --- src/static/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/static/style.css b/src/static/style.css index be15fe7..d2b3203 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro&display=swap'); - * { box-sizing: border-box; } @@ -7,8 +5,7 @@ body { line-height: 150%; margin-bottom: 100px; - font-family: 'Source Serif Pro', serif; - font-size: 16px; + font-family: serif; } main { -- cgit v1.2.3