Skip to content

Instantly share code, notes, and snippets.

@julian-a-avar-c
Created March 8, 2021 01:27
Show Gist options
  • Save julian-a-avar-c/abf6dfbba7d269d520299d03a67372c1 to your computer and use it in GitHub Desktop.
Save julian-a-avar-c/abf6dfbba7d269d520299d03a67372c1 to your computer and use it in GitHub Desktop.
print all usable fonts
# will print all the font families that can be used
# currently using it for XeLaTeX
## \usepackage{fontspec}
## \setmainfont{<name of font>}
fc-list : outline -format "%{family}\n" | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment