diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-08 14:33:33 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-08 14:33:33 +0200 |
| commit | 686376ab51fb83575750244359dfdb2c1deb4670 (patch) | |
| tree | 565194da39b26a8125832ede2e2f79b284d040b4 | |
| parent | 99f118c7fb56ed7fd49b473bf374839d14889603 (diff) | |
fixed font path
| -rw-r--r-- | src/Style/style.css | 2 |
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; } |
