Fonts on macOS
- Locations:
    - /System/Library/Fonts(not writeable)
- /Library/Fonts(system-wide)
- ~/Library/Fonts(local user)
 
- TrueType Fonts: .ttfor.ttc
- OpenType Fonts: .otfor.ttf
Copy .ttf fonts for use by the local user
$ cp *ttf ~/Library/Fonts