Skip to content

Font inheritance in blocks #891

@samcarter

Description

@samcarter

The inheritance of fonts in blocks seems a bit inconsistent, maybe this can be unified...

\documentclass{beamer}

\setbeamerfont{block body}{series=\itshape}

\begin{document}

\begin{frame}
  \begin{block}{title}
  content...
  \end{block}
  \begin{exampleblock}{title}
  content...
  \end{exampleblock}
  \begin{alertblock}{title}
  content...
  \end{alertblock}
\end{frame}

\end{document}

document-1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions