Surely this is easy, but I'm just beginning.
I've created a font and I want to change "My Words Here" without modifying the document font for the rest of the page. I'm sure I just have the syntax wrong. How do I fix it?
\newfontface\Gentium{Gentium}
\begin{Gentium}
\begin{center}
\begin{huge}
\textsc{My Words Here}
\end{huge}
\end{center}
\end{Gentium}

gregoriois involved, your example should mention it; the first line means nothing. – egreg Nov 27 '13 at 22:58