puppeteer/new-docs/puppeteer.protocol.page.fontsizes.md
2020-07-13 14:01:35 +01:00

22 lines
764 B
Markdown

<!-- 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; [FontSizes](./puppeteer.protocol.page.fontsizes.md)
## Protocol.Page.FontSizes interface
Default font sizes.
<b>Signature:</b>
```typescript
export interface FontSizes
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [fixed](./puppeteer.protocol.page.fontsizes.fixed.md) | [integer](./puppeteer.protocol.integer.md) | Default fixed font size. |
| [standard](./puppeteer.protocol.page.fontsizes.standard.md) | [integer](./puppeteer.protocol.integer.md) | Default standard font size. |