From cd180ae4ed2935b313ceb4296732188c6c05f0f8 Mon Sep 17 00:00:00 2001 From: RochDLY Date: Fri, 28 Jun 2024 14:56:48 +0200 Subject: structuration plus propre des publications --- docs/css/styles.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/css') 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; } -- cgit v1.2.3