From ca949c76dd5663d61f9782f86f2591a412d4ba9a Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 3 Dec 2021 00:54:24 +0100 Subject: [PATCH] new contenu home font --- web/themes/custom/eql/css-compiled/styles.css | 4 ++-- web/themes/custom/eql/scss/pages/_home.scss | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 2fa7656..6b7debc 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -392,7 +392,6 @@ a { justify-content: right; display: flex; flex-direction: column; - font-family: "Source Code Pro"; text-transform: uppercase; text-align: right; font-size: 1.3rem; } @@ -405,7 +404,8 @@ a { top: -30px; right: -60px; } .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(2) { - font-size: 2rem; } + font-size: 2.5rem; + font-weight: 900; } .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 { grid-area: actus; width: 100vw; diff --git a/web/themes/custom/eql/scss/pages/_home.scss b/web/themes/custom/eql/scss/pages/_home.scss index fafbefc..f933136 100644 --- a/web/themes/custom/eql/scss/pages/_home.scss +++ b/web/themes/custom/eql/scss/pages/_home.scss @@ -186,7 +186,7 @@ justify-content: right; display: flex; flex-direction: column; - font-family: "Source Code Pro"; + text-transform: uppercase; text-align: right; font-size: 1.3rem; @@ -202,7 +202,8 @@ } } :nth-child(2){ - font-size: 2rem; + font-size: 2.5rem; + font-weight: 900; } } }