Ticket #11752: ChangeFontSize.mapcss

File ChangeFontSize.mapcss, 236 bytes (added by Klumbumbus, 10 years ago)
Line 
1meta
2{
3 title: "Change Font Size";
4 version: "1.0";
5 description: "Changes the font size of the default JOSM mappaint style.";
6 author: "Klumbumbus";
7}
8
9node { font-size: 12; }
10way { font-size: 12; }
11area { font-size: 12; }