From f134c645d73d78e720444f5f443607ef1fd79a9f Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 5 Jul 2022 07:56:08 +0200 Subject: Make article headline font weight 800 --- template/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'template/style.css') diff --git a/template/style.css b/template/style.css index 735c082..af0d7bc 100755 --- a/template/style.css +++ b/template/style.css @@ -86,6 +86,7 @@ h1[itemtype="headline"] { margin-bottom: 20px; font-size: 230%; line-height: 1.2em; + font-weight: 800; } /* tables */ -- cgit v1.2.3