mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |