From 99f118c7fb56ed7fd49b473bf374839d14889603 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:28:21 +0200 Subject: Finished defining the ArgonGlow font --- src/Style/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Style/style.css b/src/Style/style.css index 764344d..602f8db 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -11,6 +11,8 @@ @font-face { font-family: 'Argon Glow'; src: url('./fonts/argonGlow/ArgonGlow-medium.ttf') format('truetype'); + font-weight: normal; + font-style: normal; } /* Make canvas sit behind everything */ canvas { -- cgit v1.2.3