mirror of
https://github.com/cupcakearmy/glyphance.git
synced 2024-12-21 23:56:32 +00:00
78 lines
2.7 KiB
Markdown
78 lines
2.7 KiB
Markdown
|
# Untitled object in Config Schema
|
||
|
|
||
|
```txt
|
||
|
https://github.com/cupcakearmy/glyphance#/$defs/font-variation
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
||
|
| :------------------ | :--------- | :------------- | :----------- | :---------------- | :-------------------- | :------------------ | :-------------------------------------------------------------------------------- |
|
||
|
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | [glyphance.schema.json\*](../../out/glyphance.schema.json "open original schema") |
|
||
|
|
||
|
## font-variation Type
|
||
|
|
||
|
`object` ([Details](glyphance-defs-font-variation.md))
|
||
|
|
||
|
# font-variation Properties
|
||
|
|
||
|
| Property | Type | Required | Nullable | Defined by |
|
||
|
| :-------------------- | :-------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||
|
| [file](#file) | `string` | Optional | cannot be null | [Config](glyphance-defs-font-variation-properties-file.md "https://github.com/cupcakearmy/glyphance#/$defs/font-variation/properties/file") |
|
||
|
| [variable](#variable) | `boolean` | Optional | cannot be null | [Config](glyphance-defs-font-variation-properties-variable.md "https://github.com/cupcakearmy/glyphance#/$defs/font-variation/properties/variable") |
|
||
|
| [css](#css) | `object` | Optional | cannot be null | [Config](glyphance-defs-css.md "https://github.com/cupcakearmy/glyphance#/$defs/font-variation/properties/css") |
|
||
|
|
||
|
## file
|
||
|
|
||
|
|
||
|
|
||
|
`file`
|
||
|
|
||
|
* is optional
|
||
|
|
||
|
* Type: `string`
|
||
|
|
||
|
* cannot be null
|
||
|
|
||
|
* defined in: [Config](glyphance-defs-font-variation-properties-file.md "https://github.com/cupcakearmy/glyphance#/$defs/font-variation/properties/file")
|
||
|
|
||
|
### file Type
|
||
|
|
||
|
`string`
|
||
|
|
||
|
## variable
|
||
|
|
||
|
|
||
|
|
||
|
`variable`
|
||
|
|
||
|
* is optional
|
||
|
|
||
|
* Type: `boolean`
|
||
|
|
||
|
* cannot be null
|
||
|
|
||
|
* defined in: [Config](glyphance-defs-font-variation-properties-variable.md "https://github.com/cupcakearmy/glyphance#/$defs/font-variation/properties/variable")
|
||
|
|
||
|
### variable Type
|
||
|
|
||
|
`boolean`
|
||
|
|
||
|
## css
|
||
|
|
||
|
|
||
|
|
||
|
`css`
|
||
|
|
||
|
* is optional
|
||
|
|
||
|
* Type: `object` ([Details](glyphance-defs-css.md))
|
||
|
|
||
|
* cannot be null
|
||
|
|
||
|
* defined in: [Config](glyphance-defs-css.md "https://github.com/cupcakearmy/glyphance#/$defs/font-variation/properties/css")
|
||
|
|
||
|
### css Type
|
||
|
|
||
|
`object` ([Details](glyphance-defs-css.md))
|