From e750814386993f7a641c201ff26c431b9849ced5 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 12 May 2022 18:00:40 +0200 Subject: Fix H2 --- sass/_text.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sass') diff --git a/sass/_text.scss b/sass/_text.scss index 4c29604..329017b 100644 --- a/sass/_text.scss +++ b/sass/_text.scss @@ -15,7 +15,16 @@ h1, .title-text { padding-left: 10px; } -h2, .subtitle-text { +h2, .title-text { + font-family: "Fira Sans", sans-serif; + font-size: 25px; + font-weight: 500; + color: var(--secondary-text-color); + border-left: #aaa 8px solid; + padding-left: 10px; +} + +h3, .subtitle-text { font-family: "Fira Sans", sans-serif; font-size: 20px; font-weight: 500; -- cgit v1.2.3