Commit Graph

5 Commits

Author SHA1 Message Date
Fringg
962dd43756 perf: improve LCP — move font loading to HTML, defer logo preload
- Move Google Fonts from CSS @import (render-blocking) to <link> in
  index.html with preconnect for earlier discovery
- Remove @import from globals.css — browser no longer waits for CSS
  parse -> @import fetch -> font CSS parse before first paint
- Defer initLogoPreload() to requestIdleCallback so logo fetch
  doesn't compete with critical resources during page load
2026-02-25 08:19:26 +03:00
c0mrade
053b904c24 style: format config and markdown files with prettier 2026-02-05 14:56:58 +03:00
Egor
16dfe9cb29 Update index.html 2026-01-27 00:34:04 +03:00
Egor
89c5726e2c Update index.html 2026-01-20 13:51:52 +03:00
Egor
2274a23b62 Add files via upload 2026-01-15 19:20:17 +03:00