diff --git a/Dorkbox-Util/src/dorkbox/util/SwingUtil.java b/Dorkbox-Util/src/dorkbox/util/SwingUtil.java index a2e3c93..2cdb678 100644 --- a/Dorkbox-Util/src/dorkbox/util/SwingUtil.java +++ b/Dorkbox-Util/src/dorkbox/util/SwingUtil.java @@ -51,7 +51,7 @@ public class SwingUtil { /** All of the fonts in the {@link #FONTS_LOCATION} will be loaded by the Font manager */ @Property - public static boolean LOAD_ALL_FONTS = true; + public static boolean LOAD_ALL_FONTS = false; /** Default location where all the fonts are stored */ @Property