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

19 lines
674 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; [SetLocalFontsEnabledRequest](./puppeteer.protocol.css.setlocalfontsenabledrequest.md)
## Protocol.CSS.SetLocalFontsEnabledRequest interface
<b>Signature:</b>
```typescript
export interface SetLocalFontsEnabledRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [enabled](./puppeteer.protocol.css.setlocalfontsenabledrequest.enabled.md) | boolean | Whether rendering of local fonts is enabled. |