Skip to content

Commit

Permalink
Standardize character variants between zed-mono and zed-sans
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnbutler committed Feb 22, 2022
1 parent ea2984c commit 2f709ed
Show file tree
Hide file tree
Showing 2 changed files with 1,803 additions and 7 deletions.
52 changes: 45 additions & 7 deletions private-build-plans.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,35 @@
family = "Zed Mono"
spacing = "normal"
serifs = "sans"
no-cv-ss = true
no-cv-ss = false

[buildPlans.zed-mono.variants]
inherits = "ss08"

[buildPlans.zed-mono.variants.design]
capital-z = "curly-serifless"
z = "curly-serifless"
tilde = "low"
capital-n = "standard"
capital-w = "curly"
capital-x = "straight-serifless"
g = "double-storey"
x = "curly-serifless"
y = "straight-turn"
eszet = "sulzbacher-descending"
zero = "slashed"
four = "semi-open"
five = "vertical-upper-left-bar"
seven = "straight-serifed"
eight = "two-circles"
nine = "straight-bar"
asterisk = "penta-high"
underscore = "above-baseline"
caret = "medium"
paren = "flat-arc"
brace = "curly"
number-sign = "slanted"
at = "fourfold"
ampersand = "closed"
at = "fourfold-solid-inner"
dollar = "open"
percent = "rings-continuous-slash"
percent = "dots"
bar = "force-upright"
question = "corner"

Expand Down Expand Up @@ -76,8 +91,31 @@ no-cv-ss = false
inherits = "ss08"

[buildPlans.zed-sans.variants.design]
capital-n = "standard"
capital-w = "curly"
capital-x = "straight-serifless"
g = "double-storey"
x = "curly-serifless"
y = "straight-turn"
eszet = "sulzbacher-descending"
zero = "slashed"
four = "semi-open"
five = "vertical-upper-left-bar"
seven = "straight-serifed"
eight = "two-circles"
nine = "straight-bar"
asterisk = "penta-high"
underscore = "above-baseline"
at = "fourfold"
caret = "medium"
paren = "flat-arc"
brace = "curly"
number-sign = "slanted"
ampersand = "closed"
at = "fourfold-solid-inner"
dollar = "open"
percent = "dots"
bar = "force-upright"
question = "corner"

[buildPlans.zed-sans.widths.normal]
shape = 600
Expand Down
Loading

0 comments on commit 2f709ed

Please sign in to comment.