diff --git a/index.html b/index.html index ebaf91a..6c7b7ba 100644 --- a/index.html +++ b/index.html @@ -30,9 +30,9 @@ diff --git a/style.css b/style.css index e6d3b7a..eaf797f 100644 --- a/style.css +++ b/style.css @@ -30,6 +30,7 @@ } --font: "FairiesevkaSans Nerd Font Propo"; + --clock-font: "FairiesevkaSans Nerd Font Propo Heavy"; --page-bg: var(--base); --clock-fg: var(--text); --search-bg: var(--overlay); @@ -113,7 +114,7 @@ a:hover { } .time { - font-family: var(--font), monospace; + font-family: var(--clock-font), monospace; font-weight: mono; font-size: 5.5rem; margin: 50px 0px 50px 0px;