commit
68ce44a2aa
|
@ -28,6 +28,10 @@
|
||||||
"web/static/src/libs/fontawesome/css/font-awesome.css",
|
"web/static/src/libs/fontawesome/css/font-awesome.css",
|
||||||
"base_fontawesome/static/src/css/fontawesome.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": [
|
"web.report_assets_common": [
|
||||||
(
|
(
|
||||||
|
|
|
@ -4612,5 +4612,5 @@ readers do not read off random characters that represent icons */
|
||||||
|
|
||||||
.fa,
|
.fa,
|
||||||
.fas {
|
.fas {
|
||||||
font-family: 'Font Awesome 5 Free';
|
font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands' !important;
|
||||||
font-weight: 900; }
|
font-weight: 900; }
|
||||||
|
|
|
@ -15,6 +15,23 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
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.fa,
|
||||||
.btn.fas,
|
.btn.fas,
|
||||||
|
|
Loading…
Reference in New Issue