aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-08 14:33:33 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-08 14:33:33 +0200
commit686376ab51fb83575750244359dfdb2c1deb4670 (patch)
tree565194da39b26a8125832ede2e2f79b284d040b4
parent99f118c7fb56ed7fd49b473bf374839d14889603 (diff)
fixed font path
-rw-r--r--src/Style/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Style/style.css b/src/Style/style.css
index 602f8db..683f6bf 100644
--- a/src/Style/style.css
+++ b/src/Style/style.css
@@ -10,7 +10,7 @@
@font-face {
font-family: 'Argon Glow';
- src: url('./fonts/argonGlow/ArgonGlow-medium.ttf') format('truetype');
+ src: url('./fonts/argonGlow/ArgonGlow-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}