Because proprietary font files (.woff) are excluded from the repository for licensing reasons, you must provide download URLs via environment variables in your Vercel deployment. The prebuild script will automatically download these fonts during the build process.
Required environment variables:
FONT_DOWNLOAD_URL_GT_CINETYPE: The URL to the GT-Cinetype-Regular.woff file in your Vercel Blob Storage.FONT_DOWNLOAD_URL_ANDALE_MONO: The URL to the ANDALEMO.woff file in your Vercel Blob Storage.
FONT_DOWNLOAD_URL_GT_CINETYPE=https://your-blob-url.vercel-storage.com/GT-Cinetype-Regular-xxx.woff
FONT_DOWNLOAD_URL_ANDALE_MONO=https://your-blob-url.vercel-storage.com/ANDALEMO-xxx.woff