-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace nonfree Aller Bold font with Fira Bold
It seems to me that the font used so far for HUD and in-game texts was Aller Bold, which is proprietary: https://www.fontsquirrel.com/fonts/aller I've replaced it by Fira Sans, which looks quite similar and is distributed under the terms of the SIL Open Font License 1.0. Part of #11. Also fixes issues with the old BitMapFont being corrupted by recent Godot - it's safer to just keep the TTF and use DynamicFont. Note that I'm removing the reference to the ArmWrestler font from the README. I don't see where it would be in use currently.
- Loading branch information
Showing
6 changed files
with
15 additions
and
6 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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[gd_resource type="DynamicFont" load_steps=2 format=2] | ||
|
||
[ext_resource path="res://art/fonts/FiraSans-Bold.ttf" type="DynamicFontData" id=1] | ||
|
||
[resource] | ||
|
||
size = 26 | ||
font_data = ExtResource( 1 ) | ||
|
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
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