diff --git a/site/index.html b/site/index.html
index 5e75ea5..480b92b 100644
--- a/site/index.html
+++ b/site/index.html
@@ -8,9 +8,9 @@
-
Site
+ Вологда путешествия
-
+
@@ -18,7 +18,7 @@
-
+
@@ -36,7 +36,6 @@
-
diff --git a/site/style/background.png b/site/style/background.png
new file mode 100644
index 0000000..c0f7de2
Binary files /dev/null and b/site/style/background.png differ
diff --git a/site/style/fonts/Tsarevich-Regular.eot b/site/style/fonts/Tsarevich-Regular.eot
new file mode 100644
index 0000000..28b705d
Binary files /dev/null and b/site/style/fonts/Tsarevich-Regular.eot differ
diff --git a/site/style/fonts/Tsarevich-Regular.svg b/site/style/fonts/Tsarevich-Regular.svg
new file mode 100644
index 0000000..53d7041
--- /dev/null
+++ b/site/style/fonts/Tsarevich-Regular.svg
@@ -0,0 +1,1240 @@
+
+
+
diff --git a/site/style/fonts/Tsarevich-Regular.ttf b/site/style/fonts/Tsarevich-Regular.ttf
new file mode 100644
index 0000000..3985b6a
Binary files /dev/null and b/site/style/fonts/Tsarevich-Regular.ttf differ
diff --git a/site/style/fonts/Tsarevich-Regular.woff b/site/style/fonts/Tsarevich-Regular.woff
new file mode 100644
index 0000000..09fd94c
Binary files /dev/null and b/site/style/fonts/Tsarevich-Regular.woff differ
diff --git a/site/style/textFont.css b/site/style/textFont.css
index 69ef1ba..b35cf07 100644
--- a/site/style/textFont.css
+++ b/site/style/textFont.css
@@ -1,3 +1,4 @@
+ /* Beryozki */
@font-face {
font-family: 'Beryozki';
src: url('/style/fonts/Beryozki.eot') format('embedded-opentype');
@@ -12,22 +13,42 @@
url('/style/fonts/Beryozki.svg#Beryozki') format('svg');
font-weight: normal;
font-style: normal;
- }
+ }
+
+ /* Tsarevich */
+ @font-face {
+ font-family: 'Tsarevich-Regular';
+ src: url('/style/fonts/Tsarevich-Regular.eot') format('embedded-opentype');
+ font-weight: normal;
+ font-style: normal;
+ }
+
+ @font-face {
+ font-family: 'Tsarevich-Regular';
+ src: url('/style/fonts/Tsarevich-Regular.woff') format('woff'),
+ url('/style/fonts/Tsarevich-Regular.ttf') format('truetype'),
+ url('/style/fonts/Tsarevich-Regular.svg#Tsarevich-Regular') format('svg');
+ font-weight: normal;
+ font-style: normal;
+ }
.normalText {
font-size: var(--textSize);
font-family: 'Sometype Mono', monospace;
- color: rgb(0, 0, 0);
+ /* color: rgb(0, 0, 0); */
+ color: rgb(255, 255, 255);
}
.titleText {
- font-size: calc(var(--textSize) + (var(--textSize) * 0.3));
- font-family: 'Sometype Mono', monospace;
+ font-size: calc(var(--textSize) + (var(--textSize) * 1.6));
+ /* font-family: 'Sometype Mono', monospace; */
+ font-family: 'Tsarevich-Regular';
+
text-align: left;
margin-left: 3vw;
- color: rgb(0, 0, 0);
+ color: rgb(255, 255, 255);
}
.miniText {