From: Anthony Talarico Date: Tue, 22 Oct 2019 18:42:44 +0000 (-0400) Subject: changing font weight on the map labels to normal X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1ddc9a1f5ce87a9129cb92c3c8f06553c2ab9c86;p=WP-Plugins%2Fglm-leaflet-theme.git changing font weight on the map labels to normal --- 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});