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.
<!-- <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,