From: Tim Düsterhus Date: Wed, 3 Feb 2021 14:46:01 +0000 (+0100) Subject: Remove redundant wcfFontFamily generation for ACP style X-Git-Tag: 5.4.0_Alpha_1~316^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=63f055f314e2342c78299c71d7bdca83b0183a79;p=GitHub%2FWoltLab%2FWCF.git Remove redundant wcfFontFamily generation for ACP style --- 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";