Commit cd801318 authored by Sergey Serov's avatar Sergey Serov

Main page (>1024px)

parent 21911ac7
...@@ -42,6 +42,13 @@ body{ ...@@ -42,6 +42,13 @@ body{
overflow-x: hidden; overflow-x: hidden;
background-color: black; background-color: black;
width: 100%; width: 100%;
font-family: "Noah";
}
@font-face {
font-family: "Noah";
src: url("./Fonts/noah-bold.otf") format("opentype");
font-style: normal;
font-weight: normal;
} }
@font-face { @font-face {
font-family: "Europe"; font-family: "Europe";
......
...@@ -222,6 +222,7 @@ ...@@ -222,6 +222,7 @@
color: #2c3e50; color: #2c3e50;
/* height: 100%; */ /* height: 100%; */
width: 100%; width: 100%;
font-family: "Noah";
/* background-image: url('../source/Bacground.png') */ /* background-image: url('../source/Bacground.png') */
} }
#main .background_image{ #main .background_image{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment