X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=html%2Fmain.css;h=34981018bbbb3a8aa285339811fb3518d7e35f18;hb=487fbfea6fcd64a29425f00b9207ff0d4949a96d;hp=94f41cbc8d0aa77a44fff871b2eaa51f92756245;hpb=d2f563ab6001ead9c890433d887e5c8482ab94ea;p=frida%2Fweb.git diff --git a/html/main.css b/html/main.css index 94f41cb..3498101 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 { @@ -53,3 +64,28 @@ body { .document { margin:1em; } + +.document h1 { + margin-top: 1.2em; + margin-bottom: .8em; +} + +.document h2 , .document h3 { + margin-top: .8em; + margin-bottom: .3em; +} + +.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