refactor: Use minified font-awesome file and add FA license
This commit is contained in:
parent
d4166dbe20
commit
fd7e607ad1
6 changed files with 6 additions and 2346 deletions
2337
frappe/public/css/font-awesome.css
vendored
2337
frappe/public/css/font-awesome.css
vendored
File diff suppressed because it is too large
Load diff
4
frappe/public/css/fonts/fontawesome/LICENSE
Normal file
4
frappe/public/css/fonts/fontawesome/LICENSE
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
The Font Awesome font is licensed under the SIL OFL 1.1:
|
||||
http://scripts.sil.org/OFL
|
||||
Font Awesome CSS, LESS, and Sass files are licensed under the MIT License:
|
||||
https://opensource.org/licenses/mit-license.html
|
||||
|
|
@ -13,10 +13,3 @@
|
|||
visibility: visible;
|
||||
}
|
||||
|
||||
.toggle.expand {
|
||||
background: url("/assets/frappe/js/lib/slickgrid/images/expand.gif") no-repeat center center;
|
||||
}
|
||||
|
||||
.toggle.collapse {
|
||||
background: url("/assets/frappe/js/lib/slickgrid/images/collapse.gif") no-repeat center center;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<title>{{ title }}</title>
|
||||
<link href="{{ base_url }}/assets/frappe/css/bootstrap.css" rel="stylesheet">
|
||||
<link type="text/css" rel="stylesheet"
|
||||
href="{{ base_url }}/assets/frappe/css/font-awesome.css">
|
||||
href="{{ base_url }}/assets/frappe/css/fontawesome/font-awesome.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="{{ base_url }}/assets/frappe/css/tree.css">
|
||||
<link rel="stylesheet" type="text/css" href="{{ base_url }}{{ print_format_css_path }}">
|
||||
<style>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import "frappe/public/css/font-awesome.css";
|
||||
@import "frappe/public/css/fontawesome/font-awesome.min.css";
|
||||
@import "frappe/public/css/octicons/octicons.css";
|
||||
@import "frappe/public/css/fonts/inter/inter.css";
|
||||
@import "~frappe-charts/dist/frappe-charts.min";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue