From 63f055f314e2342c78299c71d7bdca83b0183a79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 3 Feb 2021 15:46:01 +0100 Subject: [PATCH] Remove redundant wcfFontFamily generation for ACP style --- .../install/files/lib/system/style/StyleCompiler.class.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php b/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php index 080074ebcb..fc400e4541 100644 --- a/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php +++ b/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php @@ -317,11 +317,6 @@ final class StyleCompiler extends SingletonFactory $variables[$row['variableName']] = $value; } - $variables['wcfFontFamily'] = $variables['wcfFontFamilyFallback']; - if (!empty($variables['wcfFontFamilyGoogle'])) { - $variables['wcfFontFamily'] = '"' . $variables['wcfFontFamilyGoogle'] . '", ' . $variables['wcfFontFamily']; - } - $variables['style_image_path'] = "'../images/'"; $scss = "/*!\n\nstylesheet for the admin panel, generated on " . \gmdate('r') . " -- DO NOT EDIT\n\n*/\n"; -- 2.20.1