From cac67cf4298a5e790177b98696909cc98d100764 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Tue, 14 Jan 2020 14:05:11 +0000 Subject: [PATCH] [bug] fix theme preset font weight not loading --- src/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/theme.js b/src/js/theme.js index 17b6ad52..ae9ff6c2 100644 --- a/src/js/theme.js +++ b/src/js/theme.js @@ -1110,7 +1110,7 @@ var theme = (function() { font: { display: { name: "Zilla Slab", - weight: 900, + weight: 700, style: "normal" }, ui: {