puppeteer/new-docs/puppeteer.protocol.css.fontsupdatedevent.md

21 lines
753 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [FontsUpdatedEvent](./puppeteer.protocol.css.fontsupdatedevent.md)
## Protocol.CSS.FontsUpdatedEvent interface
Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font
<b>Signature:</b>
```typescript
export interface FontsUpdatedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [font](./puppeteer.protocol.css.fontsupdatedevent.font.md) | [FontFace](./puppeteer.protocol.css.fontface.md) | The web font that has loaded. |