perf: implement font optimization, granular lazy-loading and content-visibility

This commit is contained in:
2026-02-11 18:51:22 +01:00
parent 24181a48c1
commit 79d7cfd009
4 changed files with 21 additions and 12 deletions

View File

@@ -2,8 +2,8 @@
@theme {
--font-sans:
'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
Arial, sans-serif;
var(--font-inter), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
'Helvetica Neue', Arial, sans-serif;
--font-heading: 'Inter', system-ui, sans-serif;
--font-body: 'Inter', system-ui, sans-serif;