From aa2bc8c3342424690f87531cf93181b0b77d510c Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Thu, 3 Mar 2022 19:33:03 -0500 Subject: [PATCH] Update build plans to remove specified variants (generate all) --- private-build-plans.toml | 75 +--------------------------------------- 1 file changed, 1 insertion(+), 74 deletions(-) diff --git a/private-build-plans.toml b/private-build-plans.toml index e3c6039..aefae6e 100644 --- a/private-build-plans.toml +++ b/private-build-plans.toml @@ -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 @@ -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" \ No newline at end of file + \ No newline at end of file