
¿Cómo puedo configurar Helvetica como fuente en
\setbeamerfont{title}{size*={32pt}{38.4pt},series=\bfseries}
Respuesta1
Usar family
:
\documentclass{beamer}
\usefonttheme{professionalfonts}
\usepackage{fontspec}
\setsansfont{Old Standard} % just to make it distinguishable from Helvetica
\newfontfamily\helveticalike{TeX Gyre Heros}
\setbeamerfont{title}{size*={32pt}{38.4pt},series=\bfseries,family=\helveticalike}
\begin{document}
\title{A title in Helvetica}
\author{Who}
\maketitle
\end{document}
El ejemplo establece una fuente principal absurda sólo porque se distingue de la fuente del título.