From bd049da29ca30d23a2702adeeca3f2a3afe58b7e Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Feb 2016 09:18:21 +0100 Subject: Selfhosted fonts --- assets/static/style.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 assets/static/style.css (limited to 'assets/static') diff --git a/assets/static/style.css b/assets/static/style.css deleted file mode 100644 index 3b3f2c8..0000000 --- a/assets/static/style.css +++ /dev/null @@ -1,23 +0,0 @@ -body { - font-family: 'Abel', sans-serif; - margin: 5% 10%; -} -h1, h4 { - font-family: 'Raleway', sans-serif; -} -h1 { - color: #F50; -} -pre { - font-family: 'Anonymous Pro', monospace; -} -a { - color: #05A; - text-decoration: none; -} -nav { - float: right; -} -nav a { - padding: 1ex; -} -- cgit v1.2.3