Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.CSS.FontsUpdatedEvent
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { FontsUpdatedEvent } = default.CSS;

Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font

Properties

optional
font: FontFace

The web font that has loaded.