Created
March 8, 2021 01:27
-
-
Save julian-a-avar-c/abf6dfbba7d269d520299d03a67372c1 to your computer and use it in GitHub Desktop.
print all usable fonts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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