leaflet geojson style stroke width

JavaScript
var poly = L.geoJson(boundary, { weight: 1 });
Source

Also in JavaScript: