> ## Content Index
> Fetch the complete content index at: https://birchtree.me/llms.txt
> Use this file to discover other available public pages before exploring further.

# Use San Francisco Mono All Over macOS
- URL: https://birchtree.me/blog/use-san-francisco-mono-all-over-macos/
- Published: 2017-12-19T13:07:52.000Z
- Updated: 2017-12-19T13:07:52.000Z
- Author: Matt Birchler
- Tags: goodie, #Import 2023-06-01 22:41, #Import 2025-03-29 19:29

This is a simple tip, but one that not enough people know. If you like the look of San Francisco Mono and want to have it available in all apps on your Mac and not just Terminal and Xcode, you can run the following command from the command line and get this slick monospace font everywhere:

`cp -R /Applications/Utilities/Terminal.app/Contents/Resources/Fonts/. /Library/Fonts/`

Hat tip to [Collin Donnell](http://collindonnell.com/2017/12/13/use-sf-mono-outside-of-terminal-and-xcode/?ref=birchtree.me) for reminding me of this trick.