From 6455a0518994bc04f40f6a53cf2bc36f39055b51 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 21 Sep 2024 15:28:27 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20feat(css):=20use=20heavy=20font?= =?UTF-8?q?=20for=20clock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- style.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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;