aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rwxr-xr-xassets/css/main.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index e69de29..d1de6f3 100755
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -0,0 +1,15 @@
+/**
+ * Design of the Netflix Stats Generator
+ * @author Marvin Borner
+ * @copyright Marvin Borner 2018
+ */
+
+
+body {
+ font-family: 'Share Tech Mono', regular !important;
+ text-rendering: optimizeLegibility !important;
+}
+
+h1 {
+
+} \ No newline at end of file