14 lines
538 B
Markdown
14 lines
538 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) > [name](./puppeteer.protocol.css.fontvariationaxis.name.md)
|
||
|
|
||
|
## Protocol.CSS.FontVariationAxis.name property
|
||
|
|
||
|
Human-readable variation name in the default language (normally, "en").
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
name: string;
|
||
|
```
|