Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.CSS.FontsUpdatedEvent
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { FontsUpdatedEvent } = Protocol.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.