No longer do requests to google for privacy reasons
This commit is contained in:
parent
e48676da95
commit
c9eea611f8
6 changed files with 37 additions and 6 deletions
BIN
icons/MaterialIcons-Regular.eot
Normal file
BIN
icons/MaterialIcons-Regular.eot
Normal file
Binary file not shown.
BIN
icons/MaterialIcons-Regular.ttf
Normal file
BIN
icons/MaterialIcons-Regular.ttf
Normal file
Binary file not shown.
BIN
icons/MaterialIcons-Regular.woff
Normal file
BIN
icons/MaterialIcons-Regular.woff
Normal file
Binary file not shown.
BIN
icons/MaterialIcons-Regular.woff2
Normal file
BIN
icons/MaterialIcons-Regular.woff2
Normal file
Binary file not shown.
37
index.html
37
index.html
|
|
@ -1,7 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css" integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ==" crossorigin=""/>
|
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css" integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ==" crossorigin=""/>
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<style>
|
<style>
|
||||||
#content {
|
#content {
|
||||||
|
|
@ -21,8 +20,40 @@
|
||||||
body .leaflet-div-icon {
|
body .leaflet-div-icon {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
body .material-icons {
|
@font-face {
|
||||||
font-size: 32px;
|
font-family: 'Material Icons';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url(icons/MaterialIcons-Regular.eot); /* For IE6-8 */
|
||||||
|
src: local('Material Icons'),
|
||||||
|
local('MaterialIcons-Regular'),
|
||||||
|
url(icons/MaterialIcons-Regular.woff2) format('woff2'),
|
||||||
|
url(icons/MaterialIcons-Regular.woff) format('woff'),
|
||||||
|
url(icons/MaterialIcons-Regular.ttf) format('truetype');
|
||||||
|
}
|
||||||
|
.material-icons {
|
||||||
|
font-family: 'Material Icons';
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 32px; /* Preferred icon size */
|
||||||
|
display: inline-block;
|
||||||
|
line-height: 1;
|
||||||
|
text-transform: none;
|
||||||
|
letter-spacing: normal;
|
||||||
|
word-wrap: normal;
|
||||||
|
white-space: nowrap;
|
||||||
|
direction: ltr;
|
||||||
|
|
||||||
|
/* Support for all WebKit browsers. */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
/* Support for Safari and Chrome. */
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
|
||||||
|
/* Support for Firefox. */
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
|
/* Support for IE. */
|
||||||
|
font-feature-settings: 'liga';
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ const config : Config = {
|
||||||
},
|
},
|
||||||
snackbar: {
|
snackbar: {
|
||||||
name: "Snackbar",
|
name: "Snackbar",
|
||||||
position: [550, 200],
|
position: [560, 200],
|
||||||
icon: "kitchen",
|
icon: "kitchen",
|
||||||
ui: [
|
ui: [
|
||||||
{
|
{
|
||||||
|
|
@ -92,7 +92,7 @@ const config : Config = {
|
||||||
},
|
},
|
||||||
artnet: {
|
artnet: {
|
||||||
name: "Artnet",
|
name: "Artnet",
|
||||||
position: [550,150],
|
position: [560,165],
|
||||||
icon: "wb_incandescent",
|
icon: "wb_incandescent",
|
||||||
ui: [
|
ui: [
|
||||||
{
|
{
|
||||||
|
|
@ -119,7 +119,7 @@ const config : Config = {
|
||||||
},
|
},
|
||||||
onkyo: {
|
onkyo: {
|
||||||
name: "Onkyo",
|
name: "Onkyo",
|
||||||
position: [350, 350],
|
position: [350, 380],
|
||||||
icon: "volume_up",
|
icon: "volume_up",
|
||||||
ui: [
|
ui: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue