From 1ddc9a1f5ce87a9129cb92c3c8f06553c2ab9c86 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 22 Oct 2019 14:42:44 -0400 Subject: [PATCH] changing font weight on the map labels to normal --- glm-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm-map.js b/glm-map.js index 4af04a7..7504723 100644 --- a/glm-map.js +++ b/glm-map.js @@ -33,7 +33,7 @@ jQuery(function($){ id: 'nothot' }).addTo(leafletMap); - var style = "color: #525252;line-height: 1;display: block; width: 130px; font-weight: bold; font-family: 'Montserrat';font-size: 15px;"; + var style = "color: #525252;line-height: 1;display: block; width: 130px; font-weight: normal; font-family: 'Montserrat';font-size: 15px;"; ////////////////////// var boyne = new L.marker([45.2125, -85.0173], {url: window.glm_memberdb_url}); -- 2.17.1