add font-family for h1, consolidate css

This commit is contained in:
sefaria
2026-06-07 22:39:16 +02:00
parent 92ebcb22bb
commit 0e284bd6a2
+7 -18
View File
@@ -13,34 +13,23 @@
--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 {
/* Remove bold style */
.address-row span, .footer section small span, .footer section small b {
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;
}
/* Disable circled numbers, activate square punctuation and legible forms for MD UI */