summaryrefslogtreecommitdiffstats
path: root/style/basic.css
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2014-02-24 00:50:52 +0100
committerMatěj Cepl <mcepl@redhat.com>2014-02-24 01:04:10 +0100
commitd484bb702cef00c6d5031b6736ae4a251b5ee999 (patch)
tree1eb1a69620d2d4d09fd4a1bdc9b5b177fb96df59 /style/basic.css
parent47a61cbe22380e220643c1c51872b9e3278a3e9e (diff)
downloadzalmy-d484bb702cef00c6d5031b6736ae4a251b5ee999.tar.gz
Cleanup a bit.
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;
+}