feat: update Font Awesome to 5.15.2

pull/343/head
Seaton Jiang 2021-02-07 16:37:33 +08:00
parent d2791bd925
commit 091b373be1
No known key found for this signature in database
GPG Key ID: C1086BAE716FF138
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -43,7 +43,7 @@ function theme_autoload()
wp_enqueue_style('animate', ASSET_PATH . '/assets/css/animate.min.css', array(), '4.1.1');
}
if (kratos_option('g_fontawesome', false)) {
wp_enqueue_style('fontawesome', ASSET_PATH . '/assets/css/fontawesome.min.css', array(), '5.13.0');
wp_enqueue_style('fontawesome', ASSET_PATH . '/assets/css/fontawesome.min.css', array(), '5.15.2');
}
wp_enqueue_style('kratos', ASSET_PATH . '/assets/css/kratos.min.css', array(), THEME_VERSION);
if (kratos_option('g_adminbar', true)) {