puppeteer/new-docs/puppeteer.protocol.css.platformfontusage.iscustomfont.md

14 lines
557 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; [CSS](./puppeteer.protocol.css.md) &gt; [PlatformFontUsage](./puppeteer.protocol.css.platformfontusage.md) &gt; [isCustomFont](./puppeteer.protocol.css.platformfontusage.iscustomfont.md)
## Protocol.CSS.PlatformFontUsage.isCustomFont property
Indicates if the font was downloaded or resolved locally.
<b>Signature:</b>
```typescript
isCustomFont: boolean;
```