diff --git a/themes/grav/app/whitebox/compile.js b/themes/grav/app/whitebox/compile.js
index c0f50a3d..cc4b7235 100644
--- a/themes/grav/app/whitebox/compile.js
+++ b/themes/grav/app/whitebox/compile.js
@@ -5,7 +5,7 @@ export default ({ preview = false, color_scheme = {}, fonts = {}, callback = ()
const URI = `${config.current_url}.json/task:compileScss`;
request(URI, {
method: 'post',
- body: Object.assign({}, preview ? { preview } : null, color_scheme, fonts)
+ body: Object.assign({}, preview ? { preview } : null, color_scheme)
}, callback);
};
diff --git a/themes/grav/app/whitebox/index.js b/themes/grav/app/whitebox/index.js
index e1fb7f7f..16ce92b1 100644
--- a/themes/grav/app/whitebox/index.js
+++ b/themes/grav/app/whitebox/index.js
@@ -13,7 +13,6 @@ const compiler = (element, preview = false, callback = () => {}) => {
Compile({
preview,
color_scheme: fields.filter((value, key) => key.match(/^data\[whitebox]\[color_scheme]/)).toJS(),
- fonts: fields.filter((value, key) => key.match(/^data\[fonts\]/)).toJS(),
callback: (response) => {
callback.call(callback, response);
resetElement(element);
diff --git a/themes/grav/js/admin.min.js b/themes/grav/js/admin.min.js
index ae274211..893c6193 100644
--- a/themes/grav/js/admin.min.js
+++ b/themes/grav/js/admin.min.js
@@ -31,6 +31,6 @@ value:!0});var i=function(){function e(e,t){for(var n=0;n