mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2025-02-21 03:25:37 -08:00
fix fallback font family
This commit is contained in:
parent
b08beabc6b
commit
18f57cb763
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue