mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Change font-awesome 5 to css webfonts
This commit is contained in:
parent
731125c85c
commit
f393a015e8
26 changed files with 3840 additions and 652 deletions
|
@ -17,6 +17,8 @@
|
|||
<link href="${http_root}css/pnotify.custom.min.css" rel="stylesheet" />
|
||||
<link href="${http_root}css/tautulli.css${cache_param}" rel="stylesheet">
|
||||
<link href="${http_root}css/opensans.min.css" rel="stylesheet">
|
||||
<link href="${http_root}css/font-awesome.all.min.css" rel="stylesheet">
|
||||
<link href="${http_root}css/font-awesome.v4-shims.min.css" rel="stylesheet">
|
||||
${next.headIncludes()}
|
||||
|
||||
<!-- Favicons -->
|
||||
|
@ -288,9 +290,6 @@ ${next.modalIncludes()}
|
|||
<script src="${http_root}js/jquery-2.1.4.min.js"></script>
|
||||
<script src="${http_root}js/bootstrap.min.js"></script>
|
||||
<script src="${http_root}js/bootstrap-hover-dropdown.min.js"></script>
|
||||
<script>window.FontAwesomeConfig = {searchPseudoElements: true}</script>
|
||||
<script src="${http_root}js/fontawesome-v5.0.13.min.js"></script>
|
||||
<script src="${http_root}js/fontawesome-v4-shims.min.js"></script>
|
||||
<script src="${http_root}js/pnotify.custom.min.js"></script>
|
||||
<script src="${http_root}js/script.js${cache_param}"></script>
|
||||
<script src="${http_root}js/jquery.qrcode.min.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue