mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/17283] Add back font awesome
PHPBB3-17283
This commit is contained in:
parent
99884d8bbb
commit
cb33889999
17 changed files with 11 additions and 2676 deletions
11
phpBB/assets/css/font-awesome.min.css
vendored
11
phpBB/assets/css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
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.
BIN
phpBB/assets/webfonts/fa-brands-400.ttf
Normal file
BIN
phpBB/assets/webfonts/fa-brands-400.ttf
Normal file
Binary file not shown.
BIN
phpBB/assets/webfonts/fa-brands-400.woff2
Normal file
BIN
phpBB/assets/webfonts/fa-brands-400.woff2
Normal file
Binary file not shown.
BIN
phpBB/assets/webfonts/fa-regular-400.ttf
Normal file
BIN
phpBB/assets/webfonts/fa-regular-400.ttf
Normal file
Binary file not shown.
BIN
phpBB/assets/webfonts/fa-regular-400.woff2
Normal file
BIN
phpBB/assets/webfonts/fa-regular-400.woff2
Normal file
Binary file not shown.
BIN
phpBB/assets/webfonts/fa-solid-900.ttf
Normal file
BIN
phpBB/assets/webfonts/fa-solid-900.ttf
Normal file
Binary file not shown.
BIN
phpBB/assets/webfonts/fa-solid-900.woff2
Normal file
BIN
phpBB/assets/webfonts/fa-solid-900.woff2
Normal file
Binary file not shown.
BIN
phpBB/assets/webfonts/fa-v4compatibility.ttf
Normal file
BIN
phpBB/assets/webfonts/fa-v4compatibility.ttf
Normal file
Binary file not shown.
BIN
phpBB/assets/webfonts/fa-v4compatibility.woff2
Normal file
BIN
phpBB/assets/webfonts/fa-v4compatibility.woff2
Normal file
Binary file not shown.
|
@ -45,6 +45,7 @@
|
||||||
})(document);
|
})(document);
|
||||||
</script>
|
</script>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<link href="{T_FONT_AWESOME_LINK}" rel="stylesheet">
|
||||||
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
|
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
|
||||||
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
|
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
|
||||||
|
|
||||||
|
|
|
@ -28,9 +28,9 @@ svg {
|
||||||
}
|
}
|
||||||
|
|
||||||
.o-icon-font {
|
.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-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: 900;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|
Loading…
Add table
Reference in a new issue