]> git.siccegge.de Git - frida/web.git/commitdiff
Add custom font
authorChristoph Egger <Christoph.Egger@cs.fau.de>
Sat, 6 Dec 2014 20:27:39 +0000 (21:27 +0100)
committerChristoph Egger <Christoph.Egger@cs.fau.de>
Sat, 6 Dec 2014 20:27:39 +0000 (21:27 +0100)
html/main.css

index 94f41cbc8d0aa77a44fff871b2eaa51f92756245..075777ac3d8920f69f601441977bfa450a208ea1 100644 (file)
@@ -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;
 * {
     margin: 0;
     padding: 0;
+    font-family: SourceSansPro
 }
 
 body {
 }
 
 body {