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

27 lines
1.2 KiB
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; [FontFamilies](./puppeteer.protocol.page.fontfamilies.md)
## Protocol.Page.FontFamilies interface
Generic font families collection.
<b>Signature:</b>
```typescript
export interface FontFamilies
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [cursive](./puppeteer.protocol.page.fontfamilies.cursive.md) | string | The cursive font-family. |
| [fantasy](./puppeteer.protocol.page.fontfamilies.fantasy.md) | string | The fantasy font-family. |
| [fixed](./puppeteer.protocol.page.fontfamilies.fixed.md) | string | The fixed font-family. |
| [pictograph](./puppeteer.protocol.page.fontfamilies.pictograph.md) | string | The pictograph font-family. |
| [sansSerif](./puppeteer.protocol.page.fontfamilies.sansserif.md) | string | The sansSerif font-family. |
| [serif](./puppeteer.protocol.page.fontfamilies.serif.md) | string | The serif font-family. |
| [standard](./puppeteer.protocol.page.fontfamilies.standard.md) | string | The standard font-family. |