Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.CSS.FontsUpdatedEvent
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
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.