Replace Helvetica Neue on your 10.10 Yosemite Mac with San Francisco – the Watch font.
Replace Helvetica Neue on your 10.10 Yosemite Mac with San Francisco – the Watch font.
Replace Helvetica Neue on your 10.10 Yosemite Mac with San Francisco – the Watch font.
This repo was originally created by Wells Riley.
The font is adapted from San Francisco – Apple’s new typeface for the Apple Watch. This project was inspired by jenskutilek’s Fira System Font Replacement. The fonts were generated using dtinth's Yosemite System Font Patcher.
Run this command from Terminal.app:
ruby -e "$(curl -fsSL https://raw.github.com/supermarin/YosemiteSanFranciscoFont/master/install)"
/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.sudo chown root:wheel /Library/Fonts/System\ San\ Francisco* to set the proper ownership of the font files.sudo atsutil databases -remove to clear the OS X Font Cachediskutil repairPermissions / (for good measure)/Library/Fonts on your Mac and delete the files starting with System San Francisco.These San Francisco fonts have a special name table with names identical to those of the system fonts. Because the font folder /Library/Fonts takes precedence over the fonts which are in /System/Library/Fonts, these specially crafted fonts are used for the user interface instead of the real system fonts. The original system fonts are not deleted or modified in any way.
If you're concerned about the authenticity of the install script, you can clone this repo and verify the installer with my GPG signature. You should find a file named install.sig which you can use to:
install hasn't been tampered with, and$ gpg --recv-key D349C578
$ 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.
No open issues yet, or sync has not completed.