[Tex/LaTex] How to set the default beamer font to Computer Modern serif

beamerfontsroman

The default beamer font seems to be Computer Modern sans serif. How do I change this to serif?


Note: \setbeamerfont{<element>}{family=\rm} seems to work for specific elements such as title, but I want this to be a global change.

Best Answer

You can put the following in your preamble:

\usefonttheme{serif}

There are some options to this command. They are described in ยง18.1 of the beamer manual.