From d4a5b5d3a6d74e31ad7316f185a56ce1c1a57658 Mon Sep 17 00:00:00 2001 From: Dilshod Hojiboev Date: Wed, 4 Feb 2026 17:50:10 +0500 Subject: [PATCH] Replace Caveat font with Open Sans --- css/styles.css | 14 +++++++------- index.html | 3 +++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/css/styles.css b/css/styles.css index d70cf72..ca7ab1e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -25,7 +25,7 @@ html, body { height: 100%; - font-family: 'Caveat', cursive; + font-family: 'Open Sans', sans-serif; background-color: var(--bg-primary); color: var(--text-primary); } @@ -69,7 +69,7 @@ body { } .chart-title { - font-family: 'Caveat', cursive; + font-family: 'Open Sans', sans-serif; font-size: 2.2rem; font-weight: 700; background: transparent; @@ -96,7 +96,7 @@ body { /* Buttons */ .btn { - font-family: 'Caveat', cursive; + font-family: 'Open Sans', sans-serif; padding: 10px 18px; border: 2px solid currentColor; border-radius: 4px; @@ -178,7 +178,7 @@ body { /* Hill Labels */ .hill-label { - font-family: 'Caveat', cursive; + font-family: 'Open Sans', sans-serif; fill: var(--text-secondary); font-size: 22px; font-style: italic; @@ -203,7 +203,7 @@ body { } .scope-label { - font-family: 'Caveat', cursive; + font-family: 'Open Sans', sans-serif; fill: var(--text-primary); font-size: 22px; font-weight: 700; @@ -250,14 +250,14 @@ body { } .modal h2 { - font-family: 'Caveat', cursive; + font-family: 'Open Sans', sans-serif; margin-bottom: 16px; font-size: 1.8rem; font-weight: 700; } .modal input { - font-family: 'Caveat', cursive; + font-family: 'Open Sans', sans-serif; width: 100%; padding: 12px 14px; border: 2px solid var(--border-color); diff --git a/index.html b/index.html index 2bf0cda..a268814 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,9 @@ + + +