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