glyphance/docs/config/glyphance-defs-font-variation.md

78 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2022-11-21 14:40:16 +00:00
# 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))