From d6265c10d691085b520cbb3be1c6609d13314de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Fri, 14 Apr 2017 10:14:14 +0000 Subject: [PATCH] Fix font family name for headings --- certidude/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certidude/static/css/style.css b/certidude/static/css/style.css index 85a3fb9..3b84e7d 100644 --- a/certidude/static/css/style.css +++ b/certidude/static/css/style.css @@ -96,7 +96,7 @@ table th, table td { } h1, h2, th { - font-family: 'Gentium'; + font-family: 'Gentium Basic'; } h1 {