From 2f5ea664dd1b7b159b5a1f9cdcd40b9531c56bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 16 Feb 2022 18:55:02 +0100 Subject: [PATCH] fontawesome: only use version 6 references #151 --- static/css/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 69578f52bd..5368b936cb 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -512,7 +512,7 @@ div.box > .box-label { div.box > .box-label:first-child:before { content: ""; - font-family: "Font Awesome 5 Free"; + font-family: "Font Awesome 6 Free"; font-weight: 900; } @@ -1053,7 +1053,7 @@ a[aria-disabled="true"] { } .copy-to-clipboard > i { - font-family: "Font Awesome 5 Free"; + font-family: "Font Awesome 6 Free"; font-size: 92%; font-weight: 500; margin-left: -22px;