Use local font-awesome.min.css

Fixes #209
This commit is contained in:
Girish Ramakrishnan
2017-02-09 14:34:28 -08:00
parent f3b84ece3d
commit 530ca20ee2
9 changed files with 12 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
<link href="theme.css" rel="stylesheet" type="text/css">
<!-- external fonts and CSS -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="3rdparty/font-awesome.min.css" rel="stylesheet" rel="stylesheet" type="text/css">
<!-- jQuery-->
<script src="3rdparty/js/jquery.min.js"></script>