Change the default font + other little things
[recipes.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 * {
7   margin: 50px;
8   padding: 0px;
9 }
10
11 body {
12    font-size: 18px;
13    font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif;
14    text-shadow: 2px 2px 2px rgb(0, 0, 0);
15    text-align: center;
16    line-height: 18px;
17    color: rgb(255, 255, 255);
18    background-color:  rgb(24, 24, 27);
19    margin: 0px;
20 }
21
22 img {
23   border: 0px;
24 }