Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:supermarin/YosemiteSanFranciscoFont
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
Marin Usalj committed May 27, 2015
2 parents 00812ff + f5c7e9f commit 48bad5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The font is adapted from San Francisco – Apple’s new typeface for the Apple
## Easy Install
Run this command from **Terminal.app**:
```bash
ruby -e "$(curl -fsSL https://raw.github.com/wellsriley/YosemiteSanFranciscoFont/master/install)"
ruby -e "$(curl -fsSL https://raw.github.com/supermarin/YosemiteSanFranciscoFont/master/install)"
```

### Manual Install:
1. [Download the zipped font files](https://github.com/wellsriley/YosemiteSanFranciscoFont/archive/master.zip).
1. [Download the zipped font files](https://github.com/supermarin/YosemiteSanFranciscoFont/archive/master.zip).
2. Copy the 5 font files to `/Library/Fonts` on your Mac. *(protip: press `cmd+shift+g` while in Finder to type the path directly.)* **Important note: this is the `/Library/Fonts` folder, not `~/Library/Fonts`.**
3. Run `sudo chown root:wheel /Library/Fonts/System\ San\ Francisco*` to set the proper ownership of the font files.
4. Run `sudo atsutil databases -remove` to clear the OS X Font Cache
Expand Down Expand Up @@ -44,4 +44,4 @@ If you're concerned about the authenticity of the `install` script, you can clon

`$ gpg --verify --with-fingerprint install.sig install`

And then verify the resulting signature's fingerprint against Wells Riley's published fingerprint at [http://wells.ee/pgp](http://wells.ee/pgp).
And then verify the resulting signature's fingerprint against Wells Riley's published fingerprint at [http://wells.ee/pgp](http://wells.ee/pgp).

0 comments on commit 48bad5e

Please sign in to comment.