From: Ruben Beltran del Rio Date: Wed, 14 Feb 2024 12:27:35 +0000 (+0100) Subject: Use Hoefler text X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/cb9355951d97aa591ad4397319d142cdb2980d8e?hp=587585f264751cf8d8cf195be477465dd8e8e521 Use Hoefler text --- diff --git a/css/style.css b/css/style.css index 7a9fc90..e775321 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,5 @@ body { - font-family: "Times New Roman", serif; - text-rendering: optimizeLegibility; - font-variant: historical-ligatures; + 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; line-height: 1.6; letter-spacing: 0.02em;