# Compare font providers

> Ask every font provider for the same family and compare weights, subsets, hosts, file counts and transfer size.

Providers disagree: the same family can publish different weights, different subsets, and different file counts depending on who serves it. This page asks every provider that needs no credentials for one family and lays the answers side by side.

What differs in practice: which weights exist (a provider may publish a variable axis where another ships static cuts), which subsets are available, how many files a selection resolves to, the host the files come from, the transfer size, and the fallback stack the provider suggests. A provider that does not publish the family at all is reported as unavailable rather than omitted.

```bash
curl https://unifont.dev/api/v1/fonts/Inter/compare
```

See the [HTTP API reference](/api) or the [OpenAPI specification](/openapi.json).
