fix: add font-family inherit to load more tracks button (#622)

Buttons don't inherit font from parent by default in CSS.

Co-authored-by: Claude <noreply@anthropic.com>

authored by zzstoatzz.io Claude and committed by GitHub 6b339807 6d1ec368

Changed files
+1
frontend
src
routes
u
[handle]
+1
frontend/src/routes/u/[handle]/+page.svelte
··· 907 907 border: 1px solid var(--border-subtle); 908 908 border-radius: 8px; 909 909 color: var(--text-secondary); 910 + font-family: inherit; 910 911 font-size: 0.95rem; 911 912 cursor: pointer; 912 913 transition: all 0.2s ease;