From e880a74c00a13abe3f5ba0cc2a23aa11ec1bbaf4 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 22 Oct 2019 11:08:02 -0400 Subject: [PATCH] adjusting label font styles --- glm-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm-map.js b/glm-map.js index 959b91c..e2bacd4 100644 --- a/glm-map.js +++ b/glm-map.js @@ -33,7 +33,7 @@ jQuery(function($){ id: 'nothot' }).addTo(leafletMap); - var style = "color: #343539;line-height: 1;display: block; width: 125px; font-weight: bold; font-family: 'Montserrat';font-size: 16px;"; + var style = "color: #343539;line-height: 1;display: block; width: 130px; font-weight: bold; font-family: 'Montserrat';font-size: 15px;"; ////////////////////// var boyneInfo = '
Harbor Springs is a city and resort community in Emmet County in the U.S. state of Michigan. The population was 1,194 at the 2010 census. Harbor Springs is in a sheltered bay on the north shore of the Little Traverse Bay on Lake Michigan
'; -- 2.17.1