mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
feat: burg groups - support styling
This commit is contained in:
parent
4185611791
commit
c86f7de9de
6 changed files with 146 additions and 127 deletions
|
|
@ -335,7 +335,8 @@
|
|||
"letter-spacing": 0,
|
||||
"data-size": 7,
|
||||
"font-size": 7,
|
||||
"font-family": "Almendra SC"
|
||||
"font-family": "Almendra SC",
|
||||
"data-dy": -0.4
|
||||
},
|
||||
"#burgIcons > g#capitals": {
|
||||
"data-icon": "#icon-square",
|
||||
|
|
@ -356,7 +357,8 @@
|
|||
"letter-spacing": 0,
|
||||
"data-size": 5,
|
||||
"font-size": 5,
|
||||
"font-family": "Almendra SC"
|
||||
"font-family": "Almendra SC",
|
||||
"data-dy": -0.4
|
||||
},
|
||||
"#burgIcons > g#cities": {
|
||||
"data-icon": "#icon-circle",
|
||||
|
|
@ -377,7 +379,8 @@
|
|||
"letter-spacing": 0,
|
||||
"data-size": 2,
|
||||
"font-size": 2,
|
||||
"font-family": "Almendra SC"
|
||||
"font-family": "Almendra SC",
|
||||
"data-dy": -0.4
|
||||
},
|
||||
"#burgIcons > g#forts": {
|
||||
"data-icon": "#icon-triangle",
|
||||
|
|
@ -398,7 +401,8 @@
|
|||
"letter-spacing": 0,
|
||||
"data-size": 2,
|
||||
"font-size": 2,
|
||||
"font-family": "Almendra SC"
|
||||
"font-family": "Almendra SC",
|
||||
"data-dy": -0.4
|
||||
},
|
||||
"#burgIcons > g#monasteries": {
|
||||
"data-icon": "#icon-triangle",
|
||||
|
|
@ -419,7 +423,8 @@
|
|||
"letter-spacing": 0,
|
||||
"data-size": 2,
|
||||
"font-size": 2,
|
||||
"font-family": "Almendra SC"
|
||||
"font-family": "Almendra SC",
|
||||
"data-dy": -0.4
|
||||
},
|
||||
"#burgIcons > g#caravanserais": {
|
||||
"data-icon": "#icon-triangle",
|
||||
|
|
@ -440,7 +445,8 @@
|
|||
"letter-spacing": 0,
|
||||
"data-size": 2,
|
||||
"font-size": 2,
|
||||
"font-family": "Almendra SC"
|
||||
"font-family": "Almendra SC",
|
||||
"data-dy": -0.4
|
||||
},
|
||||
"#burgIcons > g#trading_posts": {
|
||||
"data-icon": "#icon-triangle",
|
||||
|
|
@ -461,7 +467,8 @@
|
|||
"letter-spacing": 0,
|
||||
"data-size": 3,
|
||||
"font-size": 3,
|
||||
"font-family": "Almendra SC"
|
||||
"font-family": "Almendra SC",
|
||||
"data-dy": -0.4
|
||||
},
|
||||
"#burgIcons > g#villages": {
|
||||
"data-icon": "#icon-circle",
|
||||
|
|
@ -482,7 +489,8 @@
|
|||
"letter-spacing": 0,
|
||||
"data-size": 2,
|
||||
"font-size": 2,
|
||||
"font-family": "Almendra SC"
|
||||
"font-family": "Almendra SC",
|
||||
"data-dy": -0.4
|
||||
},
|
||||
"#burgIcons > g#hamlets": {
|
||||
"data-icon": "#icon-circle",
|
||||
|
|
@ -503,7 +511,8 @@
|
|||
"letter-spacing": 0,
|
||||
"data-size": 4,
|
||||
"font-size": 4,
|
||||
"font-family": "Almendra SC"
|
||||
"font-family": "Almendra SC",
|
||||
"data-dy": -0.4
|
||||
},
|
||||
"#burgIcons > g#towns": {
|
||||
"data-icon": "#icon-circle",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue