From 5e5d1e50a3792bf922f82783308054e4598275f5 Mon Sep 17 00:00:00 2001 From: Florian Brand <46377542+Xceron@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:10:51 +0100 Subject: [PATCH] Update font-awesome to 6.6.0 --- fh_bootstrap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fh_bootstrap/__init__.py b/fh_bootstrap/__init__.py index da19ae4..a45432b 100644 --- a/fh_bootstrap/__init__.py +++ b/fh_bootstrap/__init__.py @@ -7,7 +7,7 @@ def asset(s): return Path(__file__).parent/'assets'/s jsdurl = 'https://cdn.jsdelivr.net/npm' bst_styleurl = f'{jsdurl}/bootstrap@5.3.3/dist' bst_jsurl = f'{jsdurl}/bootstrap@5.3.3/dist/js' -fa_cfurl = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1' +fa_cfurl = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0' tocurl = 'https://cdn.rawgit.com/afeld/bootstrap-toc/v1.0.1/dist' capsels = 'figure.d-table figcaption, ' + ', '.join(f'figure.d-{k}-table figcaption' for k in bst_sz_d.values())