# Brand Typography Inventory Workflow

**Use case:** 

Create a typography inventory across multiple pages for redesign QA, brand compliance, and migration projects.

## Input

```json
{
  "urls": [
    "https://www.google.com",
    "https://en.wikipedia.org/wiki/Web_scraping",
    "https://www.apple.com"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "fontCount": {
    "label": "Total Fonts"
  },
  "googleFontCount": {
    "label": "Google Fonts"
  },
  "customFontCount": {
    "label": "Custom Fonts"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Font Detector](https://apify.com/automation-lab/font-detector) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/font-detector) to learn more, explore other use cases, and run it yourself.