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/css/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 assets/css/style.css (limited to 'assets/css/style.css') 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; +} -- cgit v1.2.3