Skip to content

Commit

Permalink
added default fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Madh93 committed Aug 28, 2016
1 parent e43f127 commit 7c615d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added fonts/NotoSans-Regular.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions fonts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

echo "Copying fonts to system"
mkdir -p $HOME/.local/share/fonts
cp *.tff $HOME/.local/share/fonts
cp *.ttf $HOME/.local/share/fonts
fc-cache $HOME/.local/share/fonts
echo "All done!
echo "All done!"

0 comments on commit 7c615d3

Please sign in to comment.