mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2024-11-09 23:24:09 -08:00
use Roboto font
This commit is contained in:
parent
0072ee3bd2
commit
12e7815bd6
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue