From 5894420fccdfe33e085aac8cc5d2db84d5bacfb7 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 25 Oct 2022 10:05:36 +0200 Subject: glep.css: Use same font in Contents heading as in h2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller Signed-off-by: Michał Górny --- assets/css/glep.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'assets/css') diff --git a/assets/css/glep.css b/assets/css/glep.css index ea4ede6..31bebd8 100644 --- a/assets/css/glep.css +++ b/assets/css/glep.css @@ -1,4 +1,7 @@ .document .contents .topic-title { + /* same font family and weight as in h2 heading */ + font-family: Bitter, 'Open Sans', sans-serif; + font-weight: 400; font-size: 25px; } -- cgit v1.2.3-65-gdbad