From: Ruben Beltran del Rio Date: Mon, 23 Sep 2024 19:31:00 +0000 (+0200) Subject: Swap font to see how it affects phone X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/c21740be5fd3f48fe367d2a6f0ee6305495be764?ds=sidebyside Swap font to see how it affects phone --- diff --git a/css/style.css b/css/style.css index 089d207..e5236e8 100644 --- a/css/style.css +++ b/css/style.css @@ -3,8 +3,8 @@ html { } body { - font-size: 1em; font: -apple-system-body; + font-size: 1em; font-family: "Hoefler Text", "Times New Roman", serif; font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1; line-height: 1.6;