WCFSetup does not use any icons, thus there is no need to load them.
'!^setup/.*!',
'!^install/files/acp/images/woltlabSuite.*!',
'!^install/files/acp/style/setup/.*!',
- '!^install/files/font/.*!',
- '!^install/files/icon/.*!',
'!^install/files/lib/data/.*!',
'!^install/files/lib/system/.*!',
'!^install/files/lib/util/.*!',
'data:image/png;base64,%s',
\base64_encode(\file_get_contents(TMP_DIR . 'install/files/acp/images/woltlabSuite.png'))
),
- 'fontawesome-webfont.woff2' => \sprintf(
- 'data:font/woff2;base64,%s',
- \base64_encode(\file_get_contents(TMP_DIR . 'install/files/font/fontawesome-webfont.woff2'))
- ),
],
]);
}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="{$setupAssets['WCFSetup.css']}">
- <style type="text/css">
- @font-face {
- font-family: 'FontAwesome';
- src: url('{$setupAssets['fontawesome-webfont.woff2']}') format('woff2');
- font-weight: normal;
- font-style: normal;
- }
- </style>
-
<style type="text/css">
#pageHeaderContainer {
height: 100px;