Skip to content

Commit

Permalink
Add better default font settings
Browse files Browse the repository at this point in the history
Return the default font to Terminus

Make the (over)map font square
  • Loading branch information
ifreund committed Jan 31, 2020
1 parent 3deaec3 commit 7e0690a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions data/fontdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
"fontwidth": 8,
"fontheight": 16,
"fontsize": 16,
"typeface": "unifont",
"map_fontwidth": 8,
"typeface": [
"Terminus"
],
"map_fontwidth": 16,
"map_fontheight": 16,
"map_fontsize": 16,
"map_typeface": "unifont",
"overmap_fontwidth": 8,
"map_typeface": [
"Terminus"
],
"overmap_fontwidth": 16,
"overmap_fontheight": 16,
"overmap_fontsize": 16,
"overmap_typeface": "unifont"
"overmap_typeface": [
"Terminus"
]
}

0 comments on commit 7e0690a

Please sign in to comment.