From 1301b24c33ff82471d5a2aa9a2cad5bab1a7777f Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 17 Dec 2020 18:28:37 +0100 Subject: [PATCH] Increase the hero text's line height for better readability 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ce6788382..059403925 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@

Zstandard

-

+

Zstandard is a fast compression algorithm, providing high compression ratios. It also offers a special mode for small data, called dictionary compression. The reference library offers a very wide range of speed / compression trade-off, -- 2.47.2