puppeteer/new-docs/puppeteer.protocol.page.setfontfamiliesrequest.md

19 lines
757 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; [Page](./puppeteer.protocol.page.md) &gt; [SetFontFamiliesRequest](./puppeteer.protocol.page.setfontfamiliesrequest.md)
## Protocol.Page.SetFontFamiliesRequest interface
<b>Signature:</b>
```typescript
export interface SetFontFamiliesRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [fontFamilies](./puppeteer.protocol.page.setfontfamiliesrequest.fontfamilies.md) | [FontFamilies](./puppeteer.protocol.page.fontfamilies.md) | Specifies font families to set. If a font family is not specified, it won't be changed. |