[ticket/17283] Add back font awesome

PHPBB3-17283
This commit is contained in:
Marc Alexander 2024-01-01 20:36:43 +01:00
parent 99884d8bbb
commit cb33889999
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
17 changed files with 11 additions and 2676 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -45,6 +45,7 @@
})(document);
</script>
<!-- ENDIF -->
<link href="{T_FONT_AWESOME_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">

View file

@ -28,9 +28,9 @@ svg {
}
.o-icon-font {
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
font-size: 14px;
font-weight: normal;
font-weight: 900;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;