答案1
答案2
如果您已在 XeLaTeX 搜索任何字体的路径上安装了字体,您应该能够使用该字体:
\documentclass{article}
\usepackage{fontspec} %to be able to change the font
\setmainfont{Your font name here.ttf}
\begin{document}
The quick brown fox jumps over the lazy dog.
\end{document}
您的 pdf 查看器也应该能够使用该字体。
编辑:来自 fontspec 包文档:
要加载不在默认搜索路径中的字体,必须使用路径功能指定其在文件系统中的位置:\setmainfont{texgyrepagella}[ Path = /Users/will/Fonts/ , UprightFont = *-regular , BoldFont = *-bold , ... ]