-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EmojiOne: Update to the last free and open version, v2.2.7
EmojiOne v3 and later are not open anymore: https://www.emojione.com/blog/emojione-30-new-licensing-explained
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 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
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,3 +1,3 @@ | ||
#!/bin/bash | ||
echo "~ Getting latest version of the EmojiOne font" | ||
wget -q https://github.com/Ranks/emojione/raw/master/assets/fonts/emojione-android.ttf -O emojione-android.ttf | ||
echo "~ Getting latest free version of the EmojiOne font" | ||
wget -q https://github.com/Ranks/emojione/raw/2.2.7/assets/fonts/emojione-android.ttf -O emojione-android.ttf |