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/_meta.html | 2 +- template/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/template/_meta.html b/template/_meta.html index f8ecec5..e759a9a 100755 --- a/template/_meta.html +++ b/template/_meta.html @@ -5,7 +5,7 @@ - + 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