Add flat hooked but tailed variants for f
(VXEX
... VXFA
) (#697).
This commit is contained in:
parent
0ad41c2092
commit
fe856988f6
3 changed files with 60 additions and 3 deletions
|
@ -279,6 +279,30 @@ sampler = "f"
|
|||
description = '`f` with flat hook, bottom serif, and crossbar placed right at X-height'
|
||||
variant.f = 'flatHookSerifedCrossbarAtXHeight'
|
||||
|
||||
[simple.v-f-flat-hook-round-tailed]
|
||||
tag = "VXEX"
|
||||
sampler = "f"
|
||||
description = '`f` with flat hook'
|
||||
variant.f = 'flatHookRoundTailed'
|
||||
|
||||
[simple.v-f-flat-hook-round-tailed-crossbar-at-x-height]
|
||||
tag = "VXEY"
|
||||
sampler = "f"
|
||||
description = '`f` with flat hook and crossbar placed right at X-height'
|
||||
variant.f = 'flatHookRoundTailedCrossbarAtXHeight'
|
||||
|
||||
[simple.v-f-flat-hook-flat-tailed]
|
||||
tag = "VXEZ"
|
||||
sampler = "f"
|
||||
description = '`f` with flat hook and bottom serif'
|
||||
variant.f = 'flatHookFlatTailed'
|
||||
|
||||
[simple.v-f-flat-hook-flat-tailed-crossbar-at-x-height]
|
||||
tag = "VXFA"
|
||||
sampler = "f"
|
||||
description = '`f` with flat hook, bottom serif, and crossbar placed right at X-height'
|
||||
variant.f = 'flatHookFlatTailedCrossbarAtXHeight'
|
||||
|
||||
[simple.v-g-singlestorey]
|
||||
tag = 'cv12'
|
||||
sampler = 'g'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue