From 37c6e2d009da56a2148e167f7e625340cf3c43c2 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Sun, 21 Jan 2024 13:15:53 +0100 Subject: [PATCH] change itallic and quotes font to georgia --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c3ecd7b..f5cb99b 100644 --- a/css/style.css +++ b/css/style.css @@ -326,7 +326,7 @@ blockquote p { blockquote, em { - font-family: serif; + font-family: Georgia, serif; } .left {