From 0e284bd6a24c17fb1552172d0e625e90cb4ebe49 Mon Sep 17 00:00:00 2001 From: sefaria Date: Sun, 7 Jun 2026 22:39:16 +0200 Subject: [PATCH] add font-family for h1, consolidate css --- custom.css | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/custom.css b/custom.css index f1a8bee..53b72dd 100644 --- a/custom.css +++ b/custom.css @@ -13,35 +13,24 @@ --accent-extralight: #FFE7CC; /* total background header */ } -/* Recolor headline, remove bold style, add more letter-spacing */ +/* Change font, recolor headline, remove bold style, add more letter-spacing */ h1 { + font-family: "Perfectly Nineties"; + font-size: 2.5rem; color: #ff4500; font-weight: 400; letter-spacing: 0.025em; } -/* Remove bold style, add more letter-spacing */ -.footer section small b { - font-weight: normal; /* or font-weight: 400; */ - letter-spacing: 0.025em; -} - -/* Add more letter-spacing */ +/* Change font */ .footer section small i { - letter-spacing: 0.025em; + font-family: "MD UI"; } -/* Remove bold style, add more letter-spacing */ -.footer section small span { - font-weight: normal !important; /* or font-weight: 400; */ - letter-spacing: 0.025em; -} - -/* Remove bold style, add more letter-spacing */ -.address-row span { - font-weight: normal !important; /* or font-weight: 400; */ - letter-spacing: 0.025em; -} +/* Remove bold style */ +.address-row span, .footer section small span, .footer section small b { + font-weight: normal !important; /* or font-weight: 400; */ +} /* Disable circled numbers, activate square punctuation and legible forms for MD UI */ .address, .info-table td, .main-table td, .total-table td {