Adding information about backup (WIP)
[valheim_web.git] / backend / style.scss
1 @font-face{font-family: Fira Code; font-weight:200; src:url(FiraCode-Light.woff2) format("woff2"); }
2 @font-face{font-family: Fira Code; font-weight:400; src:url(FiraCode-Regular.woff2) format("woff2"); }
3 @font-face{font-family: Fira Code; font-weight:600; src:url(FiraCode-SemiBold.woff2) format("woff2"); }
4 @font-face{font-family: Fira Code; font-weight:700; src:url(FiraCode-Bold.woff2) format("woff2"); }
5
6 body {
7   font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif;
8   text-shadow: 2px 2px 2px #DDD;
9   text-align: center;
10   color: #ededed;
11   background-color: #5b5b5b;
12 }
13
14 h1 {
15   font-size: 25px;
16   margin: 20px;
17 }
18
19 p {
20   font-size: 18px;
21   margin: 12px;
22 }
23
24 img {
25   border: 0px;
26 }