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 @@