From 9e227ff039af8604d27c540fc93b5c133290c0c5 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Sat, 6 Dec 2014 21:27:39 +0100 Subject: [PATCH] Add custom font --- html/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/html/main.css b/html/main.css index 94f41cb..075777a 100644 --- a/html/main.css +++ b/html/main.css @@ -1,6 +1,17 @@ +@font-face { + font-family: SourceCodePro; + src: url('https://static.siccegge.de/WOFF/OTF/SourceCodePro-Regular.otf.woff'); +} + +@font-face { + font-family: SourceSansPro; + src: url('https://static.siccegge.de/WOFF/OTF/SourceSansPro-Regular.otf.woff'); +} + * { margin: 0; padding: 0; + font-family: SourceSansPro } body { -- 2.39.2