Use the whole fontawesome package including fonts
The css file sources fonts relative to itself, so we need to include the font files in our distribution as well. Fixes #209
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<link href="theme.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- external fonts and CSS -->
|
||||
<link href="3rdparty/font-awesome.min.css" rel="stylesheet" rel="stylesheet" type="text/css">
|
||||
<link href="3rdparty/css/font-awesome.min.css" rel="stylesheet" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- jQuery-->
|
||||
<script src="3rdparty/js/jquery.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user