1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 12:30:42 +02:00

[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
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;