commit 8868d3997f669378ed99152021a7fea3b908c413
parent 045123f992cbdfd5e280e3e709481bc7d1fb62af
Author: Hunter
Date:   Mon, 14 Jul 2025 00:00:45 -0400

add fallbacks for themes with custom fonts

Diffstat:
Mindex.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html @@ -99,7 +99,7 @@ --accent: var(--flame); --icon: '⚔️'; & input[type="text"] { - font-family: BasteleurMoonlight; + font-family: BasteleurMoonlight, Arial, sans-serif; } } @@ -110,7 +110,7 @@ --accent: var(--cinder); --icon: '🪵'; & input[type="text"] { - font-family: BasteleurMoonlight; + font-family: BasteleurMoonlight, Arial, sans-serif; } .parent-task { --text: var(--cinder)