I am trying to make a template for my work at Uni. I have set the fonts like so:
\setmainfont[
Path = uni/fonts/,
Extension = .otf,
Ligatures = TeX,
BoldFont = Uni-Bold,
ItalicFont = Uni-Italic,
BoldItalicFont = Uni-BoldItalic
]{Uni-Roman} % there is a file called uni/fonts/Uni-Roman.otf
I do not set the fonts elsewhere.
However, beamer does not use these fonts.
What am I doing wrong?
Yes, I import the .sty file.