-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
3 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,8 +1,22 @@ | ||
# gba-free-fonts | ||
Free font resources for GBA game developemnt | ||
|
||
![Preview](https://user-images.githubusercontent.com/8841957/153707450-62bb4008-1c0f-44ec-b406-22300ed7cfe2.png) | ||
|
||
This repo contains many free-to-use fonts which are ready-to-use in your GBA project. | ||
|
||
It is separated from https://github.com/GValiente/butano/pull/18. | ||
*History: it starts [here](https://github.com/GValiente/butano/pull/18).* | ||
|
||
## Fonts & Licenses | ||
|
||
|Name|License|Characters|Preview| | ||
|---|---|---|---| | ||
|[HanaMin(Hanazono Mincho) / 花園明朝 / 花园宋体](http://fonts.jp/hanazono/)|[Hanazono Font License + SIL OFL 1.1](https://github.com/laqieer/gba-free-fonts/blob/main/licenses/HanaMin.txt)|101912|![butano-0](https://user-images.githubusercontent.com/8841957/153765052-db74e61f-0499-42bb-bb3b-51a682fdb1df.png)| | ||
|[GNU Unifont](http://unifoundry.com/unifont/index.html)|[GNU GPLv2+ with the GNU Font Embedding Exception + SIL OFL 1.1](https://github.com/laqieer/gba-free-fonts/blob/main/licenses/Unifont.txt)|78934|![butano-1](https://user-images.githubusercontent.com/8841957/153765067-a994484b-317a-4965-877f-e964300d6f64.png)| | ||
|[BabelStone Han](https://www.babelstone.co.uk/Fonts/Han.html)|[Arphic Public License](https://github.com/laqieer/gba-free-fonts/blob/main/licenses/BabelStoneHan.txt)|59664|![butano-2](https://user-images.githubusercontent.com/8841957/153765075-3ea383e3-2e30-4fa8-964b-b68d792b186c.png)| | ||
|[Source Han Serif / 思源宋体 / 思源宋體 / 源ノ明朝 / 본명조](https://source.typekit.com/source-han-serif/)|[SIL OFL 1.1](https://github.com/laqieer/gba-free-fonts/blob/main/licenses/SourceHanSerif.txt)|44748|![butano-3](https://user-images.githubusercontent.com/8841957/153765082-a43b5ed0-0ffa-45e2-9020-393b2e20b040.png)| | ||
|[Source Han Sans / 思源黑体 / 思源黑體 / 源ノ角ゴシック / 본고딕](https://github.com/adobe-fonts/source-han-sans)|[SIL OFL 1.1](https://github.com/laqieer/gba-free-fonts/blob/main/licenses/SourceHanSans.txt)|42222|![butano-4](https://user-images.githubusercontent.com/8841957/153765091-42e9c55f-f4fa-449d-a4c8-7e0225de5a97.png)| | ||
|[Source Han Mono / 思源等宽 / 思源等寬 / 源ノ等幅 / 본모노](https://github.com/adobe-fonts/source-han-mono)|[SIL OFL 1.1](https://github.com/laqieer/gba-free-fonts/blob/main/licenses/SourceHanMono.txt)|44798|![butano-5](https://user-images.githubusercontent.com/8841957/153765098-8fef30d5-769a-4cc2-83ad-1b6cee7f296e.png)| | ||
|
||
## Tools & Examples | ||
|
||
For supported engines: | ||
- [Butano](https://github.com/GValiente/butano) |