diff --git a/examples/mapbox-layer.css b/examples/mapbox-layer.css new file mode 100644 index 0000000000..f242ad463c --- /dev/null +++ b/examples/mapbox-layer.css @@ -0,0 +1,5 @@ +/* Reset font size changed by Mapbox CSS */ +.map { + font-size: medium; /* fallback for Internet Explorer */ + font: initial; +} \ No newline at end of file