I'd like to use calligra font for a cite, but two letters are missing from the package: ő and ű. The code:
\documentclass[xetex]{beamer}
\usepackage{calligra}
\usepackage[magyar]{babel}
\usetheme{metropolis}
\title{Oszthatóság, az oszthatóság tulajdonságai}
\subtitle{Algebra és számelmélet}
\author{Benkó Tamás}
\begin{document}
\begin{frame}
\begin{center}
\vfill
\Huge\calligra Isten a számokban rejtőzik, a szám a szépség másik
neve.
\end{center}
\hfill Dimitri Verhulst
\end{frame}
\end{document}
I use XeLaTeX, as it seen in the document class options, but I don't think it is part of the problem. Is there a way to have those two letters in the font?