From c0397813f26a8bd6a9d7929b7efcaa6fbd9c57c8 Mon Sep 17 00:00:00 2001 From: Christian Pierre MOMON Date: Sat, 12 May 2018 00:44:51 +0200 Subject: [PATCH] Fixed default font. --- Charter/chapril.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Charter/chapril.css b/Charter/chapril.css index b7290a2..1e4a534 100644 --- a/Charter/chapril.css +++ b/Charter/chapril.css @@ -14,8 +14,8 @@ html body { - font-family: Tahoma !important; - font-size: 12px; + font-family: Verdana !important; + font-size: 16px; font-color: #243C5F; background-color: #ffffff; padding: 0;