Change the default font + other little things
[recipes.git] / backend / style.scss
diff --git a/backend/style.scss b/backend/style.scss
new file mode 100644 (file)
index 0000000..6ea838d
--- /dev/null
@@ -0,0 +1,24 @@
+@font-face{font-family: Fira Code; font-weight:200; src:url(FiraCode-Light.woff2) format("woff2"); }
+@font-face{font-family: Fira Code; font-weight:400; src:url(FiraCode-Regular.woff2) format("woff2"); }
+@font-face{font-family: Fira Code; font-weight:600; src:url(FiraCode-SemiBold.woff2) format("woff2"); }
+@font-face{font-family: Fira Code; font-weight:700; src:url(FiraCode-Bold.woff2) format("woff2"); }
+
+* {
+  margin: 50px;
+  padding: 0px;
+}
+
+body {
+   font-size: 18px;
+   font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif;
+   text-shadow: 2px 2px 2px rgb(0, 0, 0);
+   text-align: center;
+   line-height: 18px;
+   color: rgb(255, 255, 255);
+   background-color:  rgb(24, 24, 27);
+   margin: 0px;
+}
+
+img {
+  border: 0px;
+}
\ No newline at end of file