fonts: Host Font Awesome, don't use a CDN.
Font Awesome downloaded from <https://github.com/FortAwesome/Font-Awesome/blob/v4.7.0/css/font-awesome.css>. License from <https://github.com/FortAwesome/Font-Awesome/blob/v4.7.0/README.md>.
This commit is contained in:
parent
a7a49d83b1
commit
5b48df5eb8
3 changed files with 2368 additions and 1 deletions
30
LICENSE
30
LICENSE
|
@ -95,3 +95,33 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
Font Awesome CSS
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Copyright Dave Gandy and other contributors, @davegandy
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
Font Awesome Fonts
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Released under the SIL Open Font License 1.1.
|
||||||
|
See `static/fonts/Open Font License.markdown`.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="{% static "images/icon.png" %}">
|
<link rel="icon" type="image/png" href="{% static "images/icon.png" %}">
|
||||||
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
||||||
{% compress css %}
|
{% compress css %}
|
||||||
|
<link rel="stylesheet" type="text/css" href="{% static "fonts/font-awesome.css" %}">
|
||||||
<link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}">
|
<link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}">
|
||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
|
|
2337
static/fonts/font-awesome.css
vendored
Normal file
2337
static/fonts/font-awesome.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue