]> git.siccegge.de Git - frida/web.git/blobdiff - html/main.css
Add custom font
[frida/web.git] / 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;
+    font-family: SourceSansPro
 }
 
 body {