diff --git a/paperless-frontend/src/App.tsx b/paperless-frontend/src/App.tsx index 21bdd9f..755e4ee 100644 --- a/paperless-frontend/src/App.tsx +++ b/paperless-frontend/src/App.tsx @@ -76,6 +76,10 @@ function ThemedApp() { token: { colorPrimary: '#1677ff', borderRadius: 6, + // Gleiche Schriftfamilie wie der Body (index.css), damit AntD-Eingaben + // – z.B. das Select-Suchfeld – nicht im AntD-Default-Stack abweichen. + fontFamily: + "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif", ...(isDark ? {} : {