From 8bffa86557e4cc6954022a4711db9d680a24169f Mon Sep 17 00:00:00 2001 From: Alex Myczko Date: Thu, 15 Nov 2018 08:58:34 +0100 Subject: [PATCH] Update ReadMe.md Instructions how to build the fonts from source --- ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 37b94f82..84a7861d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -6,6 +6,9 @@ Thank me by donating to the [Ethiopian Red Cross Society](https://www.ammado.com/community/153173/donate) and/or show Gidole some social love and star it here on GitHub and share it on: [Twitter](https://twitter.com/intent/tweet?text=Gidole+-+Open+Source+Modern+DIN+by+@andreaslarsendk&url=https%3A%2F%2Fgidole.github.io), [Facebook](http://www.facebook.com/sharer/sharer.php?s=100&p%5Burl%5D=http%3A%2F%2Fgidole.github.io), [Google](https://plus.google.com/share?url=http://gidole.github.io), [LinkedIn](https://www.linkedin.com/shareArticle?mini=true&url=http://gidole.github.io) etc... :) +Building from Source (fontforge is needed) +`for a in *.sfdir; do fontforge -lang=ff -c 'Open($1); Generate($2)' $a $a.otf; done` + ![Gidole](https://raw.githubusercontent.com/gidole/Gidole-Typefaces/master/Resources/GidoleScreenshots/1Gidole.png) ![GidoleC](https://raw.githubusercontent.com/gidole/Gidole-Typefaces/master/Resources/GidoleScreenshots/2GidoleCapital.png) ![GidoleL](https://raw.githubusercontent.com/gidole/Gidole-Typefaces/master/Resources/GidoleScreenshots/3GidoleLowercase.png)