[BUGFIX] Correct css path to icon font

This commit is contained in:
Xaver Maierhofer 2016-05-22 18:51:42 +02:00
parent 8ed1c83932
commit ffbd9e0fbf
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="bower_components/roboto-fontface/roboto-fontface.css">
<link rel="stylesheet" href="bower_components/leaflet/dist/leaflet.css">
<link rel="stylesheet" href="bower_components/Leaflet.label/dist/leaflet.label.css">
<link rel="stylesheet" href="assets/hopglass-icons.css">
<link rel="stylesheet" href="assets/icons/hopglass-icons.css">
<link rel="stylesheet" href="style.css">
<script src="bower_components/es6-shim/es6-shim.min.js"></script>
<script src="bower_components/requirejs/require.js" data-main="app"></script>