This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch the default font from Montserrat to Roboto (fix #75)
This ensures that the font is the same as the default font on Android devices, leading to more visual consistency.
- Loading branch information
Showing
5 changed files
with
1 addition
and
103 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 } | ||
|
@@ -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] | ||
|