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