feat(landing): use local fonts instead of Google Fonts

- Download Poppins and Bai Jamjuree font files locally
- Convert from next/font/google to next/font/local
- Enables builds in sandboxed environments without network access

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
maulanasdqn
2026-01-21 16:55:26 +07:00
co-authored by Claude Opus 4.5
parent 5f28b9b406
commit 1f0798752c
13 changed files with 109 additions and 28 deletions
-3
View File
@@ -9,9 +9,6 @@ pkgs.buildNpmPackage {
npmFlags = [ "--legacy-peer-deps" ];
makeCacheWritable = true;
# Allow network access for Google Fonts fetching during Next.js build
__noChroot = true;
nativeBuildInputs = with pkgs; [
nodejs_22
nodePackages.npm