mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
753 B
Markdown
21 lines
753 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [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. |
|
||
|
|