chore: generate docs for the protocol (#6213)

This commit is contained in:
Jack Franklin
2020-07-13 14:01:35 +01:00
committed by GitHub
parent ffec2475d0
commit 3effcafcd1
3409 changed files with 51319 additions and 6 deletions

View File

@@ -0,0 +1,26 @@
<!-- 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. |