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