From 990d54eeeca59a3d4b6ad83bcf51eb75f5c456f7 Mon Sep 17 00:00:00 2001 From: dmitry kirdyashkin Date: Thu, 14 Mar 2024 15:18:46 +0300 Subject: [PATCH] v1.0.2 --- src/styles/common.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/common.css b/src/styles/common.css index d4e9321..3a6676d 100644 --- a/src/styles/common.css +++ b/src/styles/common.css @@ -1,10 +1,10 @@ @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); /* HEADERS */ -h1,h3,h4,h5{ +h1,h2,h3,h4,h5{ font-family: 'AlegreyaSC Regular'; } - +/* h2{ font-family: 'AlegreyaSC Regular'; font-weight: bold; @@ -13,7 +13,7 @@ h2{ h4,h5{ font-family: 'AlegreyaSC Regular'; text-indent: 20px; -} +} */ /* PARAGRAPHS */ p { text-indent: 20px;