mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
change fontAwesome from extra to intra reading
This commit is contained in:
parent
ad6f17d309
commit
3548c3e7c4
1232
core/static/core/font-awesome/js/fontawesome.min.js
vendored
Normal file
1232
core/static/core/font-awesome/js/fontawesome.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -11,8 +11,8 @@
|
||||
<link rel="stylesheet" href="{{ scss('core/style.scss') }}">
|
||||
<link rel="stylesheet" href="{{ static('core/js/ui/jquery-ui.min.css') }}">
|
||||
{% if settings.EXTERNAL_RES %}
|
||||
<noscript><link rel="stylesheet" href="https://use.fontawesome.com/775817bb35.css"></noscript>
|
||||
<script src="https://use.fontawesome.com/c06c9c6980.js"></script>
|
||||
<noscript><link rel="stylesheet" href="/static/core/font-awesome/css/font-awesome.min.css"></noscript>
|
||||
<script href="/core/static/core/font-awesome/js/fontawesone.min.js"></script>
|
||||
{% else %}
|
||||
<link rel="stylesheet" href="{{ static('core/font-awesome/css/font-awesome.min.css') }}">
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user