Closed kberry closed 7 months ago
This still is persistent. See: https://tex.stackexchange.com/q/675081
I hope it gets some attention from the developers.
Many apologies this has lingered so long. It should now be fixed for the next release of the package.
Thanks Will!
According to the "By file name" section in the documentation, and historical practice since the invention of .fontspec files, giving explicit extensions on font variants is supposed to be equivalent to giving the Extension variable. For example, these should be the same:
\defaultfontfeatures[MyCharis] { Extension = .ttf, UprightFont = CharisSIL-Regular, }
\documentclass{article} \usepackage{fontspec} \setmainfont{MyCharis} \begin{document} Hi. \end{document}
! Package fontspec Error: The font "CharisSIL-Regular.ttf" cannot be found.