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:
@@ -7,7 +7,7 @@
|
||||
<title> Cloudron App Error </title>
|
||||
|
||||
<!-- fonts and CSS -->
|
||||
<link href="3rdparty/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="3rdparty/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="3rdparty/bootstrap-3.3.7.min.css" type="text/css">
|
||||
|
||||
Reference in New Issue
Block a user