diff --git a/private-build-plans.toml b/private-build-plans.toml index 8f3a76b..e3c6039 100644 --- a/private-build-plans.toml +++ b/private-build-plans.toml @@ -35,7 +35,6 @@ no-cv-ss = false brace = "curly" number-sign = "slanted" ampersand = "closed" - at = "fourfold-solid-inner" dollar = "open" percent = "dots" bar = "force-upright" @@ -111,13 +110,44 @@ no-cv-ss = false brace = "curly" number-sign = "slanted" ampersand = "closed" - at = "fourfold-solid-inner" dollar = "open" 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" \ No newline at end of file +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