]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Increase the hero text's line height for better readability 2429/head
authorHugo Locurcio <hugo.locurcio@hugo.pro>
Thu, 17 Dec 2020 17:28:37 +0000 (18:28 +0100)
committerHugo Locurcio <hugo.locurcio@hugo.pro>
Thu, 17 Dec 2020 17:28:37 +0000 (18:28 +0100)
The font weight was also forced to 400 (Regular).
This is because some browsers may display a font in a lower weight,
which is difficult to read.

index.html

index ce67883821c683aeefe8c8078b6529a12e06c02d..05940392531d9fed6b33f98ae15612026d3a35c8 100644 (file)
@@ -70,7 +70,7 @@
         <!-- <h1><img src="images/zstd.png"/> Zstandard</h1> -->
         <h1><img src="images/zstd85.png"/> Zstandard</h1>
         <iframe src="https://ghbtns.com/github-btn.html?user=facebook&repo=zstd&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
-        <p>
+        <p style="line-height: 1.5; font-weight: 400">
         Zstandard is a fast compression algorithm, providing high compression ratios.
         It also offers a special mode for small data, called <a href="#small-data">dictionary compression</a>.
         The reference library offers a very wide range of speed / compression trade-off,