use Roboto font

This commit is contained in:
Brian 2024-05-31 13:25:33 -04:00
parent 0072ee3bd2
commit 12e7815bd6

View file

@ -11,6 +11,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.css" crossorigin="">
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css" crossorigin="">
<link rel="stylesheet" href="https://unpkg.com/font-awesome@4.7.0/css/font-awesome.min.css" crossorigin="">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" crossorigin="">
<style>
body {
margin: 0;
@ -26,7 +27,7 @@
color: #333;
display: flex;
gap: 2ch;
font-family: monospace;
font-family: "Roboto", monospace;
padding: 0.5em 1em;
position: absolute;
top: 0;
@ -68,13 +69,13 @@
box-shadow: none;
}
.leaflet-top {
top: 2.5em;
top: 3em;
}
.leaflet-tooltip-pane {
z-index: 750;
}
.leaflet-popup-content {
font-family: monospace;
font-family: "Roboto", monospace;
font-size: 12px;
}
.leaflet-popup-content .title {