From f84772d2d7ddc129decd77b02c8fe9ce60cc48be Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 13 Oct 2020 19:40:53 +0000 Subject: [PATCH] [Library | Trunk]: Make font-weight of h5, h6 400 git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59577 d315682c-612b-4755-9ff5-7f18f6832af3 --- library-css/text.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library-css/text.scss b/library-css/text.scss index fef0fa1..d913d0d 100644 --- a/library-css/text.scss +++ b/library-css/text.scss @@ -61,10 +61,10 @@ .uk-h5, h5 { font-size: 22px; - font-weight: 500; + font-weight: 400; } .uk-h6, h6 { font-size: 18px; - font-weight: 500; + font-weight: 400; }