fuentes-usadas

Identify and report fonts used across URLs with CSS and @font-face sources.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/jesusalainmm/ilumno_automatizaciones --skill fuentes-usadas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fuentes-usadas
Source: https://github.com/jesusalainmm/ilumno_automatizaciones/tree/main/.claude/skills/fuentes-usadas
Command: npx skills add https://github.com/jesusalainmm/ilumno_automatizaciones --skill fuentes-usadas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Esta Skill identifica y reporta todas las fuentes tipográficas utilizadas en una o varias URLs, incluyendo fuentes declaradas en CSS, fuentes cargadas vía @font-face, Google Fonts, y fuentes del sistema.

Core Features & Use Cases

  • Extracción de font-family declaradas en CSS y fuentes usadas en la página
  • Detección de fuentes cargadas con @font-face y recursos externos
  • Detección de Google Fonts y Adobe Fonts
  • Soporte para fuentes dinámicas y variables CSS
  • Exportación de resultados a Excel/JSON para auditoría

Quick Start

Proporciona una o más URLs para analizar y genera un informe de uso de fuentes.

Frequently Asked Questions about fuentes-usadas

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit all fonts used on a website across multiple URLs?

Web font auditing identifies all fonts used on one or more URLs by extracting CSS font-family declarations, @font-face assets, Google Fonts, and system fallbacks. It delivers a structured, audit-ready report detailing per-font usage breakdowns by source.

Can I extract @font-face declarations and Google Fonts links from a web page?

Yes, you can extract @font-face declarations and Google Fonts links from a web page using DOM and font discovery techniques. It captures dynamically loaded fonts, external resources, and CSS variable declarations to report every active typography asset on the target URL.

Does web font auditing work for dynamic fonts and CSS variables?

Yes, web font auditing works for dynamic fonts and CSS variables by using scripted extraction and DOM font discovery. It resolves fonts applied via CSS variables and dynamically injected styles to ensure all active typography assets are reported.

How do I export CSS font-family usage reports to Excel or JSON?

You can export CSS font-family usage reports to Excel or JSON by compiling the extracted font audit data into structured formats. This provides an optional export of per-font usage breakdowns by source for external analysis and record-keeping.

Do I need Playwright to discover and list web fonts?

Yes, Playwright is required to discover and list web fonts because it enables scripted extraction and DOM font discovery. It executes the browser automation needed to resolve dynamically loaded fonts and CSS variables across the target URLs.