From d484bb702cef00c6d5031b6736ae4a251b5ee999 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 24 Feb 2014 00:50:52 +0100 Subject: Cleanup a bit. --- style/basic.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 style/basic.css (limited to 'style/basic.css') 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; +} -- cgit