Skip to content

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
use noto to fix #6
  • Loading branch information
dschep authored Jul 25, 2024
1 parent 72981f2 commit 184b686
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,27 @@
- /icons/
- [get, maki_temaki]
- .png
icon-color: rgb(51, 51, 51)
text-color: rgb(51, 51, 51)
icon-color: '#444'
text-color: '#333'
icon-halo-color: white
text-halo-color: white
icon-halo-width: 2
text-halo-width: 2
text-field: '{name}'
icon-halo-width: 1.2
text-halo-width: 1.2
text-field:
- case
- - all
- [has, 'name:en']
- ['!=', [get, name], [get, 'name:en']]
- - format
- [get, 'name:en']
- {text-font: [literal, [Noto Sans Bold]]}
- "\n"
- {}
- [get, name]
- {text-font: [literal, [Noto Sans Regular]]}
- - format
- [get, name]
- {text-font: [literal, [Noto Sans Bold]]}
text-anchor: top
text-radial-offset: 1.25
text-size: 14
Expand Down

0 comments on commit 184b686

Please sign in to comment.