Upload once. Deploy everywhere. Zero configuration required.
API key authentication. Private storage. Your fonts stay yours.
AWS S3 powered. Global CDN. Built for production workloads.
curl -X POST https://hostmyfont.com/api/v1/fonts \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@fonts.zip"
{
"family": "MyFont",
"fonts": [
{
"weight": 400,
"style": "normal",
"url": "https://s3.amazonaws.com/...",
"face": "@font-face { ... }"
}
]
}
Copy the CSS. Paste in your project. Ship it. ✨