Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienbourdeau/fonts
All the fonts I use and I need to keep.
https://github.com/julienbourdeau/fonts
Last synced: 21 days ago
JSON representation
All the fonts I use and I need to keep.
- Host: GitHub
- URL: https://github.com/julienbourdeau/fonts
- Owner: julienbourdeau
- Created: 2013-11-13T18:33:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T14:11:32.000Z (about 9 years ago)
- Last Synced: 2024-10-22T23:23:23.233Z (29 days ago)
- Homepage:
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My Fonts
=====All the fonts I use and I need to keep.
## How to install (Mac OS X)
Clone the repository or download the zipball.
To install all the font you need to copy them to ~/Library/Fonts. Use the following commands
```bash
find ~/Projects/fonts/ -name "*.ttf" -exec cp -iv {} ~/Library/Fonts \;
``````bash
find ~/Projects/fonts/ -name "*.otf" -exec cp -iv {} /Library/Fonts \;
```This is how to use it on a Mac, I'm sure you can figure out how to do it on your *nix OS.