Skip to content

Commit

Permalink
Add monofur font (fixes #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed May 8, 2017
1 parent a60cac8 commit 2aa05b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added app/src/main/assets/fonts/Monofur.ttf
Binary file not shown.
7 changes: 7 additions & 0 deletions setup-fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ tar xf liberation-fonts-ttf-2.00.1.tar.gz
$FONTPATCHER liberation-fonts-ttf-2.00.1/LiberationMono-Regular.ttf
mv "Liberation Mono for Powerline.ttf" $FONTDIR/LibrationMono.ttf

# Setup Monofur.ttf -
cd $TMPDIR
curl -L -O http://eurofurence.net/monof_tt.zip
unzip -q monof_tt.zip
$FONTPATCHER monof55.ttf
cp "monofur for Powerline.ttf" $FONTDIR/Monofur.ttf

# Setup Monoid.ttf - https://github.com/larsenwork/monoid/
cd $TMPDIR
curl -L -O https://cdn.rawgit.com/larsenwork/monoid/2db2d289f4e61010dd3f44e09918d9bb32fb96fd/Monoid.zip
Expand Down

2 comments on commit 2aa05b7

@sedrubal
Copy link

@sedrubal sedrubal commented on 2aa05b7 May 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The monof_tt.txt in the downloaded zip says:

These fonts are freeware and can be distributed as long as they are together with this text file.

Is it ok to distribute the font this way? (I don't know much about licenses...)

@fornwall
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sedrubal Thanks, I've created #17 for this and similar issues.

Please sign in to comment.