753 B
753 B
Home > puppeteer > Protocol > CSS > FontsUpdatedEvent
Protocol.CSS.FontsUpdatedEvent interface
Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font
Signature:
export interface FontsUpdatedEvent
Properties
Property | Type | Description |
---|---|---|
font | FontFace | The web font that has loaded. |