#placenames-medium::city { [place = 'city'], [place = 'metropolis'] { [zoom >= 6][zoom < 15] { text-name: "[name]"; text-size: 8; text-fill: #000; text-face-name: @book-fonts; text-halo-radius: 1; [zoom >= 9] { text-size: 11; } [zoom >= 11] { text-size: 14; } } } } #placenames-medium::town { [place = 'town'], [place = 'large_town'], [place = 'small_town'] { [zoom >= 9] { text-name: "[name]"; text-size: 8; text-fill: #000; text-face-name: @book-fonts; text-halo-radius: 1; text-wrap-width: 20; } [zoom >= 11] { text-size: 10; } [zoom >= 14] { text-size: 14; text-fill: #777777; } } } #placenames-small::suburb { [place = 'suburb'][zoom >= 12] { text-name: "[name]"; text-size: 10; text-fill: #000; text-face-name: @book-fonts; text-halo-radius: 1; [zoom >= 14] { text-size: 13; text-fill: #777777; } } }