From 8316b18fc0cabdc585527b48391301e7fb0a9cd3 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Mon, 9 Jul 2018 04:21:12 -0400 Subject: [PATCH] Add webfonts directory to manifest.json --- spectabular/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spectabular/manifest.json b/spectabular/manifest.json index d99f1a6..1d7edce 100644 --- a/spectabular/manifest.json +++ b/spectabular/manifest.json @@ -9,6 +9,7 @@ "default_popup": "twig/browser-action.html" }, "web_accessible_resources": [ - "twig/*.html.twig" + "twig/*.html.twig", + "webfonts/*" ] }