Skip to content

Commit

Permalink
Update load FontAwesome
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Oct 10, 2022
1 parent fdbc641 commit 6b1d076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/library/astroid/Helper/Head.php
Expand Up @@ -87,7 +87,6 @@ public static function scripts()
public static function styles()
{
$document = Framework::getDocument();
$document->loadFontAwesome();
if (ASTROID_JOOMLA_VERSION != 4) {
$document->addStyleSheet('media/jui/css/icomoon.css');
} else {
Expand All @@ -97,6 +96,7 @@ public static function styles()
$document->addStyleSheet('media/astroid/assets/css/frontend-editing-j4.css');
}
}
$document->loadFontAwesome();
$document->astroidCSS();
return '';
}
Expand Down

0 comments on commit 6b1d076

Please sign in to comment.