vinta-awesome-python/website
Vinta Chen f91c8fa979
perf: self-host Google Fonts to eliminate render-blocking external request
Download Cormorant Garamond 600 and Manrope (variable, 400-800) woff2
files for latin + latin-ext subsets. Add @font-face declarations to
style.css and remove the Google Fonts <link> and preconnect hints from
base.html.

Eliminates the render-blocking CSS fetch to fonts.googleapis.com that
delayed First Contentful Paint by 100-300ms on typical connections.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 12:32:25 +08:00
..
static perf: self-host Google Fonts to eliminate render-blocking external request 2026-03-24 12:32:25 +08:00
templates perf: self-host Google Fonts to eliminate render-blocking external request 2026-03-24 12:32:25 +08:00
tests test: add coverage for detect_source_type, format_stars_short, extract_entries, and last_commit_at parsing 2026-03-23 02:25:44 +08:00
build.py feat(website): add social proof line to hero with star count and build date 2026-03-23 01:56:15 +08:00
fetch_github_stars.py feat(website): add social proof line to hero with star count and build date 2026-03-23 01:56:15 +08:00
readme_parser.py refactor(parser): remove resources parsing, preview, and content_html fields 2026-03-23 01:43:19 +08:00