Get the light theme loading again

Max Brunsfeld created

Change summary

zed/assets/themes/light.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

zed/assets/themes/light.toml 🔗

@@ -7,7 +7,7 @@ extends = "_base"
 3 = "#3a3b3c"
 
 [text]
-base = { family = "Inconsolata" }
+base = { family = "Helvetica", size = 14.0 }
 0 = { extends = "$text.base", color = "#acacac" }
 1 = { extends = "$text.base", color = "#111111" }
 2 = { extends = "$text.base", color = "#333333" }