refactor: Use minified font-awesome file and add FA license

This commit is contained in:
Suraj Shetty 2022-07-06 08:31:01 +05:30
parent d4166dbe20
commit fd7e607ad1
6 changed files with 6 additions and 2346 deletions

File diff suppressed because it is too large Load diff

View 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

View file

@ -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;
}

View file

@ -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>

View file

@ -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";