specify font family

This commit is contained in:
mike-000
2020-07-13 10:47:03 +01:00
committed by GitHub
parent 49a4344446
commit b896fd0010

View File

@@ -1,5 +1,5 @@
/* Reset font size changed by Mapbox CSS */ /* Reset font size changed by Mapbox CSS */
.map { .map {
font-size: medium; /* fallback for Internet Explorer */ font-size: medium;
font: initial; font-family: 'Quattrocento Sans', sans-serif;
} }