From 6827063fbd748c79f953cd000829547e6a8073bf Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Wed, 7 Nov 2018 10:56:09 +0100 Subject: Create README.md --- font_metro/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 font_metro/README.md (limited to 'font_metro/README.md') diff --git a/font_metro/README.md b/font_metro/README.md new file mode 100644 index 0000000..d8a2576 --- /dev/null +++ b/font_metro/README.md @@ -0,0 +1,17 @@ +# Metro font minetest mod for font API + +This mod adds Metro font to Font API mod (from [display_modpack](https://github.com/pyrollo/display_modpack)). + +For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=13563) at the Minetest forums. + +This font includes uppercase, lowercase and many accentuated latin letters, greek and cyrillic letters. + +**Dependancies**: font_api + +**License**: code under LGPL v2.1, font under CC-BY-SA + +## Original Font + +**Original font**: [Metro by Christian Munk](https://fontstruct.com/fontstructions/show/723864/metro_sans) + +**License**: CC-BY-SA -- cgit v1.2.3 From b2119e7ec12bcd64dc5eef07bd43d06fe895ef8a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Wed, 7 Nov 2018 11:00:45 +0100 Subject: Update font license in README.md --- font_metro/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'font_metro/README.md') diff --git a/font_metro/README.md b/font_metro/README.md index d8a2576..121e4de 100644 --- a/font_metro/README.md +++ b/font_metro/README.md @@ -8,7 +8,7 @@ This font includes uppercase, lowercase and many accentuated latin letters, gree **Dependancies**: font_api -**License**: code under LGPL v2.1, font under CC-BY-SA +**License**: code under LGPL v2.1, font under CC-BY-SA 3.0 ## Original Font -- cgit v1.2.3 From 7a3f3bf8755b07f4f6c348dfbc2d3c23b1c9de20 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Fri, 9 Nov 2018 09:37:06 +0100 Subject: Update README.md --- font_metro/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'font_metro/README.md') diff --git a/font_metro/README.md b/font_metro/README.md index 121e4de..f2a2f41 100644 --- a/font_metro/README.md +++ b/font_metro/README.md @@ -5,6 +5,8 @@ This mod adds Metro font to Font API mod (from [display_modpack](https://github. For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=13563) at the Minetest forums. This font includes uppercase, lowercase and many accentuated latin letters, greek and cyrillic letters. + +![Font Botic Preview](screenshot.png) **Dependancies**: font_api -- cgit v1.2.3