From 80f515525136522569449770679137c5e58450fc Mon Sep 17 00:00:00 2001 From: sefaria Date: Mon, 29 Jun 2026 16:17:56 +0200 Subject: [PATCH] removing css that disabled stylistic sets --- custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom.css b/custom.css index f7ed22d..3a65ce0 100644 --- a/custom.css +++ b/custom.css @@ -30,14 +30,14 @@ h1 { font-weight: normal !important; /* or font-weight: 400; */ } -/* Disable circled numbers, activate square punctuation and legible forms for MD UI */ +/* Enable square punctuation and legible forms for MD UI */ .address, .info-table td, .main-table td, .total-table td { - font-feature-settings: "ss01" 1, "ss02" 1, "ss03" 0, "ss04" 0; + font-feature-settings: "ss01" 1, "ss02" 1; } -/* Disable circled numbers for MD IO */ +/* Enable alternate ß for MD IO */ .info-table th, .main-table th, .total-table th { - font-feature-settings: "ss01" 1, "ss02" 0, "ss03" 0, "ss04" 0; + font-feature-settings: "ss01" 1; } /* Change table header to primary color */