From 2274aa2abbd94d2eee66166a6d3f131ebf5400b7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 26 May 2025 20:49:11 -0400 Subject: [PATCH] Set consistent font family and update Torah formatting Apply Crimson Text font across all layout elements for typography consistency, and standardize "Torah / Pentateuch" spacing with proper formatting throughout the interface. --- kjvstudy_org/templates/base.html | 19 ++++++++++++++----- kjvstudy_org/templates/index.html | 6 +++--- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index d2451f0..4b6c6a3 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -113,6 +113,7 @@ -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; touch-action: manipulation; + font-family: 'Crimson Text', 'Times New Roman', serif !important; } body::before { @@ -124,6 +125,7 @@ height: 100%; background-color: var(--background-color) !important; z-index: -2; + font-family: 'Crimson Text', 'Times New Roman', serif !important; } @media (min-width: 769px) and (max-width: 1024px) { @@ -152,10 +154,12 @@ background-color: var(--background-color) !important; position: relative; z-index: 1; + font-family: 'Crimson Text', 'Times New Roman', serif !important; } .main-content { background-color: var(--background-color) !important; + font-family: 'Crimson Text', 'Times New Roman', serif !important; } /* iOS safe area support */ @@ -164,17 +168,20 @@ .narrow-container { padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); + font-family: 'Crimson Text', 'Times New Roman', serif !important; } .mobile-menu-button { top: max(1rem, env(safe-area-inset-top)); left: max(1rem, env(safe-area-inset-left)); + font-family: 'Crimson Text', 'Times New Roman', serif !important; } } /* Prevent rubber band scrolling on iOS */ body { overscroll-behavior: none; + font-family: 'Crimson Text', 'Times New Roman', serif !important; } /* GitHub Banner */ @@ -521,7 +528,7 @@