Fix minor HTML and CSS formatting issues across files

Removed redundant closing tags in HTML and updated font-family declarations in CSS to include a fallback. These changes ensure better code consistency and avoid potential rendering issues.
This commit is contained in:
tfw
2025-05-27 10:32:14 +02:00
parent ef0f52e4c5
commit 4cde10e830
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
.custom-faq-question::after {
content: "\f078";
font-family: 'Font Awesome 6 Pro';
font-family: 'Font Awesome 6 Pro', sans-serif;
font-weight: 100;
font-size: 1rem;
position: absolute;
@@ -34,7 +34,7 @@
.custom-faq-question.active::after {
content: "\f077";
font-family: 'Font Awesome 6 Pro';
font-family: 'Font Awesome 6 Pro', sans-serif;
font-weight: 100;
font-size: 1rem;