update images
|
@ -156,7 +156,9 @@ The current available styles for `design`/`upright`/`italic`/`oblique` options a
|
|||
* `powerline-shift-x-n500`, `powerline-shift-x-n450`, `powerline-shift-x-n400`, `powerline-shift-x-n350`, `powerline-shift-x-n300`, `powerline-shift-x-n250`, `powerline-shift-x-n200`, `powerline-shift-x-n150`, `powerline-shift-x-n100`, `powerline-shift-x-n50`, `powerline-shift-x-0`, `powerline-shift-x-p50`, `powerline-shift-x-p100`, `powerline-shift-x-p150`, `powerline-shift-x-p200`, `powerline-shift-x-p250`, `powerline-shift-x-p300`, `powerline-shift-x-p350`, `powerline-shift-x-p400`, `powerline-shift-x-p450`, `powerline-shift-x-p500`: Shift the Powerline symbols horizontally, from -0.5em to +0.5em.
|
||||
* Styles for changing the width:
|
||||
* `extended`: Expand the width by 10%;
|
||||
* `menu-subfamily-extended`: Add “Extended” to font menu subfamily;
|
||||
* `compressed`: Compress the width by 10%.
|
||||
* `menu-subfamily-condensed`: Add “Condensed” into font menu subfamily;
|
||||
* NOTE: these styles are highly experimental. Handle with extreme care.
|
||||
* Styles for individual characters. They are easy-to-understand names of the `cv##` styles, including:
|
||||
* Styles for letter `l`:
|
||||
|
|
|
@ -143,14 +143,14 @@ family = "Iosevka"
|
|||
design = ["shape-straight-bar"]
|
||||
|
||||
[buildPlans.iosevka-extended.post]
|
||||
design = ['wd-extended', 'menu-name-extended']
|
||||
design = ['wd-extended', 'menu-subfamily-extended']
|
||||
|
||||
[buildPlans.iosevka-slab-extended]
|
||||
family = "Iosevka Slab"
|
||||
design = ["slab", "shape-straight-bar"]
|
||||
|
||||
[buildPlans.iosevka-slab-extended.post]
|
||||
design = ['wd-extended', 'menu-name-extended']
|
||||
design = ['wd-extended', 'menu-subfamily-extended']
|
||||
|
||||
# Export plans
|
||||
# This mapping affects the process of creating ZIP archives only
|
||||
|
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 414 KiB |
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 185 KiB |
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 349 KiB After Width: | Height: | Size: 349 KiB |
Before Width: | Height: | Size: 704 KiB After Width: | Height: | Size: 704 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 333 KiB After Width: | Height: | Size: 333 KiB |
|
@ -40,8 +40,15 @@ define weightToMenuStyleMap : object
|
|||
800 "Extrabold"
|
||||
900 "Heavy"
|
||||
define widthToMenuStyleMap : object
|
||||
1 "Ultra-condensed"
|
||||
2 "Extra-condensed"
|
||||
3 "Condensed"
|
||||
4 "Semi-condensed"
|
||||
5 ""
|
||||
6 "Semi-extended"
|
||||
7 "Extended"
|
||||
8 "Extra-extended"
|
||||
9 "Ultra-extended"
|
||||
define slantToMenuStyleMap : object
|
||||
normal ""
|
||||
italic "Italic"
|
||||
|
@ -58,8 +65,15 @@ define weightToMenuStyleMapShort : object
|
|||
800 "XBd"
|
||||
900 "Xv"
|
||||
define widthToMenuStyleMapShort : object
|
||||
1 "UltCn"
|
||||
2 "XCn"
|
||||
3 "Cn"
|
||||
4 "SmCn"
|
||||
5 ""
|
||||
6 "SmEx"
|
||||
7 "Ex"
|
||||
8 "XEx"
|
||||
9 "UltEx"
|
||||
define slantToMenuStyleMapShort : object
|
||||
normal ""
|
||||
italic "It"
|
||||
|
|
|
@ -252,15 +252,18 @@ sb = 1.375
|
|||
[extended]
|
||||
inherits = ['wd-extended']
|
||||
|
||||
[menu-name-extended]
|
||||
[menu-subfamily-extended]
|
||||
menuWidth = 7
|
||||
|
||||
# Compressed : And someone else want it being narrower
|
||||
[wd-compressed.multiplies]
|
||||
[wd-condensed.multiplies]
|
||||
width = 0.9
|
||||
sb = 0.9
|
||||
[compressed]
|
||||
inherits = ['wd-compressed']
|
||||
[condensed]
|
||||
inherits = ['wd-condensed']
|
||||
|
||||
[menu-subfamily-condensed]
|
||||
menuWidth = 3
|
||||
|
||||
# EXPERIMENTAL EXPERIMENTAL EXPERIMENTAL
|
||||
# Diversity: Having more width variations
|
||||
|
|