fix fallback font family

This commit is contained in:
root 2024-06-11 22:06:22 +00:00
parent b08beabc6b
commit 18f57cb763

View file

@ -27,7 +27,7 @@
color: #333;
display: flex;
gap: 2ch;
font-family: "Roboto", monospace;
font-family: "Roboto", sans-serif;
padding: 0.5em 1em;
position: absolute;
top: 0;
@ -75,7 +75,7 @@
z-index: 750;
}
.leaflet-popup-content {
font-family: "Roboto", monospace;
font-family: "Roboto", sans-serif;
font-size: 12px;
}
.leaflet-popup-content .title {