From: Christoph Egger Date: Sat, 6 Dec 2014 20:27:39 +0000 (+0100) Subject: Add custom font X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fweb.git;a=commitdiff_plain;h=9e227ff039af8604d27c540fc93b5c133290c0c5 Add custom font --- 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 {