Merge PR #2740 into 16.0

Signed-off-by thomaspaulb
pull/2748/head
OCA-git-bot 2023-11-01 06:36:28 +00:00
commit 68ce44a2aa
3 changed files with 22 additions and 1 deletions

View File

@ -28,6 +28,10 @@
"web/static/src/libs/fontawesome/css/font-awesome.css",
"base_fontawesome/static/src/css/fontawesome.css",
),
"base_fontawesome/static/lib/fontawesome-5.15.4/css/all.css",
"base_fontawesome/static/lib/fontawesome-5.15.4/css/v4-shims.css",
"base_fontawesome/static/src/js/form_renderer.js",
"base_fontawesome/static/src/js/list_renderer.js",
],
"web.report_assets_common": [
(

View File

@ -4612,5 +4612,5 @@ readers do not read off random characters that represent icons */
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands' !important;
font-weight: 900; }

View File

@ -15,6 +15,23 @@
font-style: normal;
font-display: block;
}
@font-face {
font-family: "FontAwesomeBrands";
src: url("../../lib/fontawesome-5.15.4/webfonts/fa-brands-400.eot");
src: url("../../lib/fontawesome-5.15.4/webfonts/fa-brands-400.eot?#iefix&v=5.15.4")
format("embedded-opentype"),
url("../../lib/fontawesome-5.15.4/webfonts/fa-brands-400.woff2?v=5.15.4")
format("woff2"),
url("../../lib/fontawesome-5.15.4/webfonts/fa-brands-400.woff?v=5.15.4")
format("woff"),
url("../../lib/fontawesome-5.15.4/webfonts/fa-brands-400.ttf?v=5.15.4")
format("truetype"),
url("../../lib/fontawesome-5.15.4/webfonts/fa-brands-400.svg#fontawesome?v=5.15.4&fontawesomeregular")
format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
.btn.fa,
.btn.fas,