summaryrefslogtreecommitdiffstats
path: root/style/basic.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/basic.css')
-rw-r--r--style/basic.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style/basic.css b/style/basic.css
new file mode 100644
index 0000000..4d65d74
--- /dev/null
+++ b/style/basic.css
@@ -0,0 +1,6 @@
+body {
+ font-family: "Fira Sans", "Fira Sans", "Segoe UI", Frutiger,
+ "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue",
+ Arial, sans-serif;
+ font-size: 17px;
+}