Problem with typesetting maths content in an unusual font in beamer
You should add \usefonttheme{professionalfonts}
to your preamble or use the professionalfonts
class option, in order to suppress any font replacements performed by beamer
.
I think you just need to add the [professionalfont]
option to your \documentclass
command. See section 18.1 of the beamer documentation for details.