From a4d055eda69eea9b3903dbbd28c63ddc5b28e8ef Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Sat, 6 Aug 2022 20:00:00 +0200 Subject: [PATCH] added serif font for paragraphs --- web/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/style.css b/web/style.css index 1769604..cdde07d 100644 --- a/web/style.css +++ b/web/style.css @@ -28,6 +28,10 @@ h1, h2, h3, h4, h5 { font-family: "Roboto", "Open Sans", Arial, Helvetica, sans-serif; } +p { + font-family: 'Times New Roman', Times, serif; +} + header { text-align: center;