import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.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: FontFaceThe web font that has loaded.