diff options
Diffstat (limited to 'docs/css/styles.css')
-rw-r--r-- | docs/css/styles.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/css/styles.css b/docs/css/styles.css index d463ad5..bff28f2 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -12,7 +12,7 @@ @font-face { font-family: 'TeX Gyre Heros'; - font-weight: 700; + font-weight: 600; src: url('/fonts/texgyreheroscn-bold.otf') format('otf'); } @@ -24,7 +24,7 @@ @font-face { font-family: 'TeX Gyre Heros'; - font-weight: 700; + font-weight: 600; src: url('/fonts/texgyreheroscn-bolditalic') format('otf'); } @@ -77,9 +77,10 @@ img { .content { padding: 1em 4em; font-size: 1.3em; + line-height: 1.2; } -.content h2, h3, h4, h5, h6 { +.content h2 h3 h4 h5 h6 { margin: 0; } @@ -87,7 +88,7 @@ img { font-size: 2.5em; } -.content p { +.content h2 > p h3 > p h4 > p h5 > p h6 > p { margin-top: 0; } |