[Tex/LaTex] What are all the possible first arguments to `\setbeamerfont`

beamerfonts

I have searched in the user guide for the string \setbeamerfont, but the only thing I could find was a description that said \setbeamerfont{some beamer element}.

Where can I find a listing of all beamer elements whose font can be set using this command?

In this particular case, I am trying to find the beamer font for "normal" text.

Best Answer

There are three macros for setting the font:

\usefonttheme[settings] {font theme}
\setbeamerfont * {beamer element}{attributes}
\usebeamerfont * {beamer element}

The attributes are something like size, shape, etc

The predefined beamer fonts are

enter image description here

enter image description here