aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-17 09:18:21 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-17 09:18:21 +0100
commitbd049da29ca30d23a2702adeeca3f2a3afe58b7e (patch)
tree3a84dfaeaa8b88012d20492eb11d39d95d8fce7f /assets/css/style.css
parent5196a3660309865635c6d9607e3628f1826851b0 (diff)
Selfhosted fonts
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
new file mode 100644
index 0000000..7b83916
--- /dev/null
+++ b/assets/css/style.css
@@ -0,0 +1,20 @@
+body {
+ font-family: 'Eurofur', sans-serif;
+ margin: 5% 10%;
+}
+h1 {
+ color: #F50;
+}
+pre {
+ font-family: 'Monofur', monospace;
+}
+a {
+ color: #05A;
+ text-decoration: none;
+}
+nav {
+ float: right;
+}
+nav a {
+ padding: 1ex;
+}