Font path fix

This commit is contained in:
2025-11-27 19:15:44 +01:00
parent 65d6a19f44
commit ef0bf1b834
47 changed files with 1147 additions and 1147 deletions

View File

@@ -10,7 +10,7 @@
@font-face {
font-family: 'Noto Sans Symbols 2';
src: url('/fonts/NotoSansSymbols2-Regular.ttf') format('truetype');
src: url('fonts/NotoSansSymbols2-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap; /* Prevents invisible text during load */