# Website Font Detector

**Use case:** 

Detect fonts used on websites and extract font families, sources, CSS rules, and page-level typography data.

## Input

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

## 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.