From 32ad805bc3e32cdf5899dfe72395b5e7db006070 Mon Sep 17 00:00:00 2001 From: example Date: Thu, 24 Feb 2022 23:58:21 +0100 Subject: [PATCH] brotschrift auf 14pt gesetzt --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 67be2d0..1503f2f 100644 --- a/public/style.css +++ b/public/style.css @@ -44,7 +44,7 @@ html, body { color: #333333; background-color: #ffffff; font-family: 'EB Garamond Medium', serif; - font-size: 105%; + font-size: 14pt; line-height: 1.5; }