mirror of
https://github.com/cupcakearmy/glyphance.git
synced 2025-09-01 12:20:40 +00:00
inisital commit
This commit is contained in:
77
docs/config/glyphance-defs-font-variation.md
Normal file
77
docs/config/glyphance-defs-font-variation.md
Normal file
@@ -0,0 +1,77 @@
|
||||
# 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))
|
Reference in New Issue
Block a user