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:
2337
webadmin/src/3rdparty/css/font-awesome.css
vendored
Normal file
2337
webadmin/src/3rdparty/css/font-awesome.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4
webadmin/src/3rdparty/css/font-awesome.min.css
vendored
Normal file
4
webadmin/src/3rdparty/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
webadmin/src/3rdparty/font-awesome.min.css
vendored
4
webadmin/src/3rdparty/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
webadmin/src/3rdparty/fonts/FontAwesome.otf
vendored
Normal file
BIN
webadmin/src/3rdparty/fonts/FontAwesome.otf
vendored
Normal file
Binary file not shown.
BIN
webadmin/src/3rdparty/fonts/fontawesome-webfont.eot
vendored
Normal file
BIN
webadmin/src/3rdparty/fonts/fontawesome-webfont.eot
vendored
Normal file
Binary file not shown.
2671
webadmin/src/3rdparty/fonts/fontawesome-webfont.svg
vendored
Normal file
2671
webadmin/src/3rdparty/fonts/fontawesome-webfont.svg
vendored
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 434 KiB |
BIN
webadmin/src/3rdparty/fonts/fontawesome-webfont.ttf
vendored
Normal file
BIN
webadmin/src/3rdparty/fonts/fontawesome-webfont.ttf
vendored
Normal file
Binary file not shown.
BIN
webadmin/src/3rdparty/fonts/fontawesome-webfont.woff
vendored
Normal file
BIN
webadmin/src/3rdparty/fonts/fontawesome-webfont.woff
vendored
Normal file
Binary file not shown.
BIN
webadmin/src/3rdparty/fonts/fontawesome-webfont.woff2
vendored
Normal file
BIN
webadmin/src/3rdparty/fonts/fontawesome-webfont.woff2
vendored
Normal file
Binary file not shown.
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<link href="theme.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
<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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<link href="theme.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
<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>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<link href="theme.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
<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>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<link href="theme.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
<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