-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return the default font to Terminus Make the (over)map font square
- Loading branch information
Showing
2 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
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,15 +1,16 @@ | ||
{ | ||
"fontblending": false, | ||
"fontwidth": 8, | ||
"fontheight": 16, | ||
"fontsize": 16, | ||
"typeface": "unifont", | ||
"map_fontwidth": 8, | ||
"map_fontheight": 16, | ||
"map_fontsize": 16, | ||
"map_typeface": "unifont", | ||
"overmap_fontwidth": 8, | ||
"overmap_fontheight": 16, | ||
"overmap_fontsize": 16, | ||
"overmap_typeface": "unifont" | ||
"//1": "If more than one font is specified for a typeface the list is treated as a fallback order.", | ||
"//2": "unifont will always be used as a 'last resort' fallback even if not listed here.", | ||
"typeface": [ | ||
"Terminus", | ||
"unifont" | ||
], | ||
"map_typeface": [ | ||
"Terminus", | ||
"unifont" | ||
], | ||
"overmap_typeface": [ | ||
"Terminus", | ||
"unifont" | ||
] | ||
} |
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