From 9b496599f79e9b37491c8243c8b0f31f8f441620 Mon Sep 17 00:00:00 2001
From: strannikhead <144272555+strannikhead@users.noreply.github.com>
Date: Tue, 1 Apr 2025 15:46:03 +0500
Subject: [PATCH 1/4] add font-family for titles
---
article-design/index.html | 5946 +++++++++++++++++++++++++++++--------
styles.css | 5 +
2 files changed, 4728 insertions(+), 1223 deletions(-)
diff --git a/article-design/index.html b/article-design/index.html
index b669d7c..e888a7c 100644
--- a/article-design/index.html
+++ b/article-design/index.html
@@ -1,201 +1,1012 @@
-
-Marketch(https://github.com/tudou527)
-
+
+ Marketch(https://github.com/tudou527)
+
@@ -229,1007 +1040,3696 @@
-
+
diff --git a/styles.css b/styles.css
index 1cbd2e0..93863c1 100644
--- a/styles.css
+++ b/styles.css
@@ -1,4 +1,9 @@
/* Тут пиши основные стили */
+title {
+ font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif
+}
+
+
@media (max-width: 800px) {
From 12482bdcc011f4bc3da67570154e8e67663858e3 Mon Sep 17 00:00:00 2001
From: kitekatya
Date: Tue, 1 Apr 2025 15:48:45 +0500
Subject: [PATCH 2/4] add art layer
---
styles.css | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/styles.css b/styles.css
index 93863c1..881841e 100644
--- a/styles.css
+++ b/styles.css
@@ -3,7 +3,9 @@ title {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif
}
-
+.art-layer{
+ font-family: Georgia, Cambria, "Times New Roman", Times, serif
+}
@media (max-width: 800px) {
From 4e45d853a72eb5c033843246c76114e4b804615d Mon Sep 17 00:00:00 2001
From: strannikhead <144272555+strannikhead@users.noreply.github.com>
Date: Tue, 1 Apr 2025 16:10:49 +0500
Subject: [PATCH 3/4] add header
---
index.html | 11 ++++++++++-
styles.css | 43 ++++++++++++++++++++++++++++++++++++++-----
2 files changed, 48 insertions(+), 6 deletions(-)
diff --git a/index.html b/index.html
index 5e60e40..65eacd0 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,15 @@
-
+
+