From 4a2091ebdf6814404634589186a4ce2a79489fa5 Mon Sep 17 00:00:00 2001 From: tycrek Date: Fri, 2 Jul 2021 22:54:11 -0600 Subject: [PATCH] improved font-size increase --- views/css/font.css | 1 - views/view.pug | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/views/css/font.css b/views/css/font.css index 4d6b501..c79e8ec 100644 --- a/views/css/font.css +++ b/views/css/font.css @@ -2,5 +2,4 @@ body, h1, h2, h3, h4, h5, h6 { font-family: 'Josefin Sans', sans-serif; - font-size: larger; } diff --git a/views/view.pug b/views/view.pug index d9602a3..489b9a2 100644 --- a/views/view.pug +++ b/views/view.pug @@ -3,6 +3,8 @@ html title!=title include head style: include css/font.css + style. + body, h1, h2, h3, h4, h5, h6 { font-size: larger; } style: include css/view.css if color !== null style: include css/img.css