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:
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);
|
||||
</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">
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user