Move around files so the repo will be organized as a monorepo.
This commit is contained in:
parent
65d1880a84
commit
08c69f0fd3
365 changed files with 1477 additions and 1262 deletions
|
@ -0,0 +1,5 @@
|
|||
* `design`, `upright`, `italic`, and `oblique`: Optional, Dictionary, defines styles for individual characters. The choices are organized in key-value pairs, assigning a variant to a character group. Alternatively, you could assign numbers to `cv##` tags, like what you did when using OpenType in CSS. Assignments under `design` will be applied to all the slopes, and `upright`, `italic`, and `oblique` will apply to corresponded slopes.
|
||||
|
||||
In addition, style selector for default digit form also uses these dictionaries.
|
||||
|
||||
The valid combinations include:
|
|
@ -0,0 +1 @@
|
|||
* `disables` and `enables`: Optional, String Array, Cherry-picking ligation groups to be disabled or enabled. Valid values include:
|
|
@ -0,0 +1 @@
|
|||
* `inherits`: Optional, String, defines the inherited ligation set. When absent, the ligation set will not inherit any other sets. Valid values are:
|
|
@ -0,0 +1 @@
|
|||
* `inherits`: Optional, String, defines the inherited stylistic set. Valid options include:
|
18
tools/amend-readme/src/fragments/packages-desc.md
Normal file
18
tools/amend-readme/src/fragments/packages-desc.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
## Prebuilt Packages
|
||||
|
||||
Iosevka provides a large variety of variants. Prebuilt variants are listed below. For all Monospace variants' packages, it will contain three _spacing variants_. You can either download the package containing all the spacing variants (recommended), or cherry-pick the variant with specific spacing.
|
||||
- _Default_: The default variant with ligatures. Various symbols, like arrows and geometric, are wide (2-column).
|
||||
- _Terminal_ (“Term”):A narrower variant focusing terminal uses. Arrows and geometric symbols will be narrow to follow typical terminal usages.
|
||||
- _Fixed_: Exact monospace font without ligatures and wide glyphs. Since some environments cannot interpret Iosevka or Iosevka Term as monospace, and have difficulties with ligatures included, you can use Iosevka Fixed as an alternative.
|
||||
|
||||
## Packaging Formats
|
||||
|
||||
Iosevka provides various packaging formats, here is the list of them:
|
||||
|
||||
| Option | Contents | Description |
|
||||
| -------------- | --------------------------------------------------- | ------------------------------------------------------------ |
|
||||
| Super TTC | 1 `.ttc` file | Bundles all fonts in the scope together into a single file. It is the recommended way to install fonts for Desktop usage, if your operating system is updated to date. Package files with `-sgr-` infix in the filename only contains fonts for one single group (variant and spacing). |
|
||||
| TTC | 9 `.ttc` files | Each TTC file bundles fonts with the same weight together. Package files with `-sgr-` infix in the filename only contains fonts for one single group (variant and spacing). |
|
||||
| TTF | 54 `.ttf` files | Each TTF file contains one font for a specific weight, width, slope and spacing variant. This option is ideal for embedding Iosevka into applications, or for desktop usage if TTC options have compatibility issues.<br/>TTF packages also provide *unhinted* version which removes [hints](https://en.wikipedia.org/wiki/Font_hinting), which reduced file size, but will be less clear on certain platforms. |
|
||||
| WebFont | 1 `.css` file + 54 `.woff2` files + 54 `.ttf` files | Contains contents required to use Iosevka on websites. |
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue