Skip to content

apple-fonts/SF-Symbols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SF-Symbols

This repository extract the fonts contained in Apple SF Symbols (https://developer.apple.com/sf-symbols/).

Extract

make -j
  • -j means to run the jobs in parallel.
  • Extracted font files are saved into the fonts/ directory.

Clean up

make clean
  • This command cleans up the fonts/ directory.