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: FontFaceThe web font that has loaded.