change adress-row font to MD UI

This commit is contained in:
sefaria
2026-06-11 23:41:20 +02:00
parent 3960b7255e
commit 9c37bfb496
+5 -1
View File
@@ -20,6 +20,10 @@ h1 {
letter-spacing: 0.025em; letter-spacing: 0.025em;
} }
.address-row, .address-row span {
font-family: "MD IO"
}
/* Remove bold style */ /* Remove bold style */
.address-row span, .footer section small span, .footer section small b { .address-row span, .footer section small span, .footer section small b {
font-weight: normal !important; /* or font-weight: 400; */ font-weight: normal !important; /* or font-weight: 400; */
@@ -49,6 +53,6 @@ h1 {
.folding-mark { .folding-mark {
width: 0.2rem; width: 0.2rem;
height: 0.2rem; height: 0.2rem;
border-radius: 2rem; border-radius: 1rem;
background-color: #ff8c00; background-color: #ff8c00;
} }