Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Switch the default font from Montserrat to Roboto (fix #75)
Browse files Browse the repository at this point in the history
This ensures that the font is the same as the default font on
Android devices, leading to more visual consistency.
  • Loading branch information
ENT8R committed Jun 2, 2020
1 parent e2e8c3f commit 6a3a725
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 103 deletions.
Binary file removed fonts/Montserrat-Bold.woff
Binary file not shown.
Binary file removed fonts/Montserrat-Medium.woff
Binary file not shown.
Binary file removed fonts/Montserrat-Regular.woff
Binary file not shown.
93 changes: 0 additions & 93 deletions fonts/OFL.txt

This file was deleted.

11 changes: 1 addition & 10 deletions global.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
global:
language: false # intended to be overwritten by StreetComplete
text_font_family: 'Montserrat'
text_font_family: 'Roboto'
text_stroke_color: 'white'
text_stroke: { color: global.text_stroke_color, width: 2.5px }
text_places_stroke: { color: global.text_stroke_color, width: 2.5px }
Expand Down Expand Up @@ -83,15 +83,6 @@ sources:
url: https://tiles.map-data.de/vector/v1/512/all/{z}/{x}/{y}.mvt
max_zoom: 16

fonts:
Montserrat:
- weight: 400
url: fonts/Montserrat-Regular.woff
- weight: 500
url: fonts/Montserrat-Medium.woff
- weight: 700
url: fonts/Montserrat-Bold.woff

textures:
oneway-arrow:
url: images/[email protected]
Expand Down

0 comments on commit 6a3a725

Please sign in to comment.