答案1
你没有写出你想如何使用字体。下面是作为主字体的示例:
\listfiles
\documentclass{article}
\usepackage{fontspec}
\setmainfont[Path=/home/voss/]{zapf-chancery.ttf}
\begin{document}
\Huge
foo bar baz
\end{document}
答案2
如果您使用普通的 LuaTeX,则可以使用。
\input luaotfload.sty
\font\1={times.ttf}
\1 Times New Roman
\bye
你当然应该使用fontspec
LuaLaTeX。