From: Mathieu Baudier Date: Fri, 8 Jan 2021 10:42:06 +0000 (+0100) Subject: Add woff and woff2 to theme resources. X-Git-Tag: argeo-commons-2.1.91~34 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=b97005030b1e0469fcc6dd6a35adb0c134131eaa Add woff and woff2 to theme resources. --- diff --git a/org.argeo.cms.ui/src/org/argeo/cms/ui/util/BundleCmsTheme.java b/org.argeo.cms.ui/src/org/argeo/cms/ui/util/BundleCmsTheme.java index c86ba3601..9b0d50e30 100644 --- a/org.argeo.cms.ui/src/org/argeo/cms/ui/util/BundleCmsTheme.java +++ b/org.argeo.cms.ui/src/org/argeo/cms/ui/util/BundleCmsTheme.java @@ -97,6 +97,8 @@ public class BundleCmsTheme extends AbstractCmsTheme { addResources("*.jpeg"); addResources("*.svg"); addResources("*.ico"); + addResources("*.woff"); + addResources("*.woff2"); // fonts URL fontsUrl = themeBundle.getEntry(basePath + "fonts.txt");