change fontAwesome from extra to intra reading

This commit is contained in:
Cyl 2019-05-09 19:06:35 +02:00
parent ad6f17d309
commit 3548c3e7c4
2 changed files with 1234 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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