Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions website/photon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<head>
<meta charset="utf-8">
<title>Photon, search-as-you-type with OpenStreetMap</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"/>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
integrity="sha384-sHL9NAb7lN7rfvG5lfHpm643Xkcjzp4jFvuavGOndn6pjVqS6ny56CAt3nsEVT4H"
crossorigin="anonymous"/>
<link rel="stylesheet" href="static/leaflet.photon/leaflet.photon.css">
<link rel="stylesheet" href="static/css/app.css">
<link rel="icon" href="static/img/favicon_photon_logo.ico">
Expand Down Expand Up @@ -165,7 +167,9 @@ <h2>Terms of Use</h2>
<footer>
An OpenStreetMap project run by <a href="https://www.komoot.de">komoot</a>
</footer>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
integrity="sha384-cxOPjt7s7Iz04uaHJceBmS+qpjv2JkIHNVcuOrM+YHwZOmJGBXI00mdUXEq65HTH"
crossorigin="anonymous"></script>
<script src="static/leaflet.photon/leaflet.photon.js"></script>
<script src="config.js"></script>
<script src="static/js/app.js"></script>
Expand Down
24 changes: 1 addition & 23 deletions website/photon/static/css/app.css
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
/* ************************************************* */
/* ********************** FONTS ******************** */
/* ************************************************* */

@font-face {
font-family: 'droid_sansbold';
src: url('../font/droidsans-bold-webfont.eot');
src: url('../font/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/droidsans-bold-webfont.woff') format('woff'), url('../font/droidsans-bold-webfont.ttf') format('truetype'), url('../font/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'droid_sansregular';
src: url('../font/droidsans-webfont.eot');
src: url('../font/droidsans-webfont.eot?#iefix') format('embedded-opentype'), url('../font/droidsans-webfont.woff') format('woff'), url('../font/droidsans-webfont.ttf') format('truetype'), url('../font/droidsans-webfont.svg#droid_sansregular') format('svg');
font-weight: normal;
font-style: normal;

}

/* Generic */
body {
padding: 0;
Expand All @@ -38,7 +16,7 @@ hr, input, textarea, footer, header {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "droid_sansregular", sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ************************************************* */
Expand Down
Binary file not shown.
1,864 changes: 0 additions & 1,864 deletions website/photon/static/font/droidsans-bold-webfont.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed website/photon/static/font/droidsans-webfont.eot
Binary file not shown.
1,864 changes: 0 additions & 1,864 deletions website/photon/static/font/droidsans-webfont.svg

This file was deleted.

Binary file removed website/photon/static/font/droidsans-webfont.ttf
Binary file not shown.
Binary file removed website/photon/static/font/droidsans-webfont.woff
Binary file not shown.
80 changes: 0 additions & 80 deletions website/photon/static/img/solr.svg

This file was deleted.

2 changes: 0 additions & 2 deletions website/photon/static/js/angular-leaflet-directive.js

This file was deleted.

13 changes: 0 additions & 13 deletions website/photon/static/js/angular-sanitize.js

This file was deleted.

Loading