From 8b2fcb1a76623f6e686bd0875f57aba00efc9ed7 Mon Sep 17 00:00:00 2001 From: Phuoc CAO Date: Wed, 31 May 2023 16:00:28 +0200 Subject: [PATCH] changed family-font to Times sans rerif --- cao_blogr/static/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cao_blogr/static/theme.css b/cao_blogr/static/theme.css index 4d17881..d29cd0e 100644 --- a/cao_blogr/static/theme.css +++ b/cao_blogr/static/theme.css @@ -2,7 +2,7 @@ /* https://www.w3schools.com/bootstrap/bootstrap_theme_band.asp */ body { - font: 200 16px/1.8 Georgia, serif; + font: 200 20px/1.8 Times New Roman, serif; color: rgb(90, 89, 89); } .container h2, h3{