From: Ruben Beltran del Rio Date: Wed, 14 Feb 2024 12:53:39 +0000 (+0100) Subject: Add hoefler font settings X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/1203ab0c3d0865ed94ff2d6fdd1a999eb5eaf58e?hp=cb9355951d97aa591ad4397319d142cdb2980d8e Add hoefler font settings --- diff --git a/css/style.css b/css/style.css index e775321..0f687ce 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ body { font-family: "Hoefler Text", "Times New Roman", serif; - font-feature-settings: "hlig" 1, "dlig" 1, "onum" 1, "zero" 1, "swsh" 1, "kern" 1, "medi" 1; + font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1; line-height: 1.6; letter-spacing: 0.02em; }