mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: generate docs for the protocol (#6213)
This commit is contained in:
26
new-docs/puppeteer.protocol.page.fontfamilies.md
Normal file
26
new-docs/puppeteer.protocol.page.fontfamilies.md
Normal file
@@ -0,0 +1,26 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [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. |
|
||||
|
||||
Reference in New Issue
Block a user