]> git.siccegge.de Git - frida/web.git/blobdiff - html/main.css
Add download page
[frida/web.git] / html / main.css
index 94f41cbc8d0aa77a44fff871b2eaa51f92756245..ee515fcbe7ade3803787d13c7cd483c3f6977ada 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 {
@@ -53,3 +64,23 @@ body {
 .document {
     margin:1em;
 }
+
+.document h1 {
+    margin-top: 1em;
+    margin-bottom: 0.5em;
+}
+
+.document ul {
+    margin-left: 2em;
+}
+
+.document p {
+    margin: .2em;
+}
+
+.literal-block {
+    font-family: SourceCodePro;
+    background-color: #eee;
+    display:inline-block;
+    margin: .5em;
+}
\ No newline at end of file