Skip to content

Commit

Permalink
Update build plans to remove specified variants (generate all)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnbutler committed Mar 4, 2022
1 parent 79db4bc commit aa2bc8c
Showing 1 changed file with 1 addition and 74 deletions.
75 changes: 1 addition & 74 deletions private-build-plans.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,43 +40,6 @@ no-cv-ss = false
bar = "force-upright"
question = "corner"

[buildPlans.zed-mono.weights.light]
shape = 300
menu = 300
css = 300

[buildPlans.zed-mono.weights.regular]
shape = 400
menu = 400
css = 400

[buildPlans.zed-mono.weights.bold]
shape = 700
menu = 700
css = 700

[buildPlans.zed-mono.weights.heavy]
shape = 900
menu = 900
css = 900

[buildPlans.zed-mono.widths.normal]
shape = 600
menu = 5
css = "normal"

[buildPlans.zed-mono.slopes.upright]
angle = 0
shape = "upright"
menu = "upright"
css = "normal"

[buildPlans.zed-mono.slopes.italic]
angle = 9.4
shape = "italic"
menu = "italic"
css = "italic"

# Zed Sans
# To build: npm run build -- contents::zed-sans

Expand Down Expand Up @@ -114,40 +77,4 @@ no-cv-ss = false
percent = "dots"
bar = "force-upright"
question = "corner"

[buildPlans.zed-sans.weights.light]
shape = 300
menu = 300
css = 300

[buildPlans.zed-sans.weights.regular]
shape = 400
menu = 400
css = 400

[buildPlans.zed-sans.weights.bold]
shape = 700
menu = 700
css = 700

[buildPlans.zed-sans.weights.heavy]
shape = 900
menu = 900
css = 900

[buildPlans.zed-sans.widths.normal]
shape = 600
menu = 5
css = "normal"

[buildPlans.zed-sans.slopes.upright]
angle = 0
shape = "upright"
menu = "upright"
css = "normal"

[buildPlans.zed-sans.slopes.italic]
angle = 9.4
shape = "italic"
menu = "italic"
css = "italic"

0 comments on commit aa2bc8c

Please sign in to comment.