From 88d6c0257b2824760566e364f445bb2666783525 Mon Sep 17 00:00:00 2001 From: dmitry kirdyashkin Date: Wed, 13 Mar 2024 23:47:24 +0300 Subject: [PATCH] v1.0.1 --- src/styles/common.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/common.css b/src/styles/common.css index cc2d74c..d4e9321 100644 --- a/src/styles/common.css +++ b/src/styles/common.css @@ -9,6 +9,11 @@ h2{ font-family: 'AlegreyaSC Regular'; font-weight: bold; } + +h4,h5{ + font-family: 'AlegreyaSC Regular'; + text-indent: 20px; +} /* PARAGRAPHS */ p { text-indent: 20px;