From 9a21e14000524e6eb8bf16caac76741cd0ac6ba2 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 19 Jun 2018 23:46:57 +0200 Subject: [PATCH] fix font for blog overview header --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index d705d78..a4096dd 100755 --- a/css/app.css +++ b/css/app.css @@ -5007,7 +5007,7 @@ blockquote, blockquote p { font-size: 2.4rem; margin-bottom: 10px; line-height: 1.1; - font-weight: 800; } } + font-weight: 900; } } .off-canvas-wrap { -webkit-backface-visibility: hidden;